Started by upstream project "bcc-pr" build number 278
originally caused by:
GitHub pull request #2714 of commit 279ed6af668ee447f5603e89a40a56aa36f5a1ce, no merge conflicts.
Running as SYSTEM
Building remotely on ubuntu1710-slave-687 (ubuntu1710) in workspace /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/iovisor/bcc.git
> git init /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710 # timeout=10
Fetching upstream changes from https://github.com/iovisor/bcc.git
> git --version # timeout=10
> git fetch --tags --progress -- https://github.com/iovisor/bcc.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/iovisor/bcc.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/iovisor/bcc.git # timeout=10
Fetching upstream changes from https://github.com/iovisor/bcc.git
> git fetch --tags --progress -- https://github.com/iovisor/bcc.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins.io/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision 7130709e3dc39091f4c6c704b0e2f7525964c053 (refs/remotes/origin/pr/2714/merge)
> git config core.sparsecheckout # timeout=10
> git checkout -f 7130709e3dc39091f4c6c704b0e2f7525964c053 # timeout=10
Commit message: "Merge 279ed6af668ee447f5603e89a40a56aa36f5a1ce into 83b67c2a05b107ffc27cb9b8cec0bec9f5c43a84"
> git rev-list --no-walk 04643da8a4a8838d67bdbcc236c7fd1429c9e0b4 # timeout=10
First time build. Skipping changelog.
Run condition [Execute Shell] enabling prebuild for step [Execute shell]
Run condition [Execute Shell] enabling prebuild for step [Execute shell]
[ubuntu1710] $ /bin/sh -xe /tmp/CommandInterpreterCondition10943501479957129005.sh
+ grep -q ^ID=fedora /etc/os-release
Run condition [Execute Shell] preventing perform for step [Execute shell]
[ubuntu1710] $ /bin/sh -xe /tmp/CommandInterpreterCondition7877676789776534925.sh
+ grep -q ^ID=ubuntu /etc/os-release
Run condition [Execute Shell] enabling perform for step [Execute shell]
[ubuntu1710] $ /bin/sh -xe /tmp/jenkins5721186753420998545.sh
+ git clean -df
+ seq 1 30
+ sudo fuser /var/lib/dpkg/lock
+ break
+ sudo dpkg -r bcc-tools libbcc libbcc-examples python-bcc bcc-lua
dpkg: warning: ignoring request to remove bcc-tools which isn't installed
dpkg: warning: ignoring request to remove libbcc which isn't installed
dpkg: warning: ignoring request to remove libbcc-examples which isn't installed
dpkg: warning: ignoring request to remove python-bcc which isn't installed
dpkg: warning: ignoring request to remove bcc-lua which isn't installed
+ rm -rf build
+ ./scripts/build-deb.sh test
+ set -e
+ PARALLEL=2
++ mktemp -d /tmp/debuild.XXXXXX
+ TMP=/tmp/debuild.fm3lgL
+ trap cleanup EXIT
+ git submodule update --init --recursive
Submodule 'src/cc/libbpf' (https://github.com/libbpf/libbpf.git) registered for path 'src/cc/libbpf'
Cloning into '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/src/cc/libbpf'...
Submodule path 'src/cc/libbpf': checked out 'e5dbc1a96f138e7c47324a65269adff0ca0f4f6e'
+ . scripts/git-tag.sh
+++ git describe --abbrev=0
++ git_tag_latest=v0.11.0
+++ git rev-list v0.11.0.. --count
++ git_rev_count=126
++ git_rev_count=127
+++ git log --pretty=%s -n 1
++ git_subject='Merge 279ed6af668ee447f5603e89a40a56aa36f5a1ce into 83b67c2a05b107ffc27cb9b8cec0bec9f5c43a84'
++ release=127
++ [[ 127 != \1 ]]
+++ git log --pretty=%h -n 1
++ release=127.git.7130709e
++ revision=0.11.0
+ git archive HEAD --prefix=bcc/ --format=tar -o /tmp/debuild.fm3lgL/bcc_0.11.0.orig.tar
+ pushd src/cc/libbpf
~/jenkins/workspace/bcc-pr/label/ubuntu1710/src/cc/libbpf ~/jenkins/workspace/bcc-pr/label/ubuntu1710
+ git archive HEAD --prefix=bcc/src/cc/libbpf/ --format=tar -o /tmp/debuild.fm3lgL/bcc_libbpf_0.11.0.orig.tar
+ popd
~/jenkins/workspace/bcc-pr/label/ubuntu1710
+ pushd /tmp/debuild.fm3lgL
/tmp/debuild.fm3lgL ~/jenkins/workspace/bcc-pr/label/ubuntu1710
+ tar -A -f bcc_0.11.0.orig.tar bcc_libbpf_0.11.0.orig.tar
+ gzip bcc_0.11.0.orig.tar
+ tar xf bcc_0.11.0.orig.tar.gz
+ cd bcc
+ debuild=debuild
+ [[ test = \t\e\s\t ]]
+ debuild+=' --preserve-envvar PATH'
+ sudo tee /usr/local/bin/dpkg-deb
+ echo -e '#!/bin/bash\nexec /usr/bin/dpkg-deb -z1 "$@"'
#!/bin/bash
exec /usr/bin/dpkg-deb -z1 "$@"
+ sudo chmod +x /usr/local/bin/dpkg-deb
+ dch -b -v 0.11.0-127.git.7130709e 'Merge 279ed6af668ee447f5603e89a40a56aa36f5a1ce into 83b67c2a05b107ffc27cb9b8cec0bec9f5c43a84'
dch warning: new version (0.11.0-127.git.7130709e) is less than
the current version number (0.12.0-1).
+ [[ test = \n\i\g\h\t\l\y ]]
+ DEB_BUILD_OPTIONS='nocheck parallel=2'
+ debuild --preserve-envvar PATH -us -uc
dpkg-buildpackage -rfakeroot -us -uc
dpkg-buildpackage: info: source package bcc
dpkg-buildpackage: info: source version 0.11.0-127.git.7130709e
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Yonghong Song <iovisor@ubuntu1710-slave-687.c.io-visor.internal>
dpkg-source --before-build bcc
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean --buildsystem=cmake --parallel --with python2,python3
dh_auto_clean -O--buildsystem=cmake -O--parallel
dh_clean -O--buildsystem=cmake -O--parallel
dpkg-source -b bcc
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building bcc using existing ./bcc_0.11.0.orig.tar.gz
dpkg-source: info: building bcc in bcc_0.11.0-127.git.7130709e.debian.tar.xz
dpkg-source: info: building bcc in bcc_0.11.0-127.git.7130709e.dsc
debian/rules build
dh build --buildsystem=cmake --parallel --with python2,python3
dh_update_autotools_config -O--buildsystem=cmake -O--parallel
debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/debuild.fm3lgL/bcc'
dh_auto_configure -- -DREVISION_LAST=0.11.0 -DREVISION=0.11.0 -DLLVM_DEFINITIONS="-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" -DPYTHON_CMD="python2;python3"
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DREVISION_LAST=0.11.0 -DREVISION=0.11.0 "-DLLVM_DEFINITIONS=-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS" -DPYTHON_CMD=python2\;python3
-- The C compiler identification is GNU 7.2.0
-- The CXX compiler identification is GNU 7.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Revision is 0.11.0
-- Performing Test HAVE_NO_PIE_FLAG
-- Performing Test HAVE_NO_PIE_FLAG - Success
-- Performing Test HAVE_REALLOCARRAY_SUPPORT
-- Performing Test HAVE_REALLOCARRAY_SUPPORT - Success
-- Found BISON: /usr/bin/bison (found version "3.0.4")
-- Found FLEX: /usr/bin/flex (found version "2.6.1")
-- Found LLVM: /usr/lib/llvm-3.8/include 3.8.1
-- Found LibElf: /usr/lib/x86_64-linux-gnu/libelf.so
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Success
-- Using static-libstdc++
-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.a;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
-- Build files have been written to: /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu
make[1]: Leaving directory '/tmp/debuild.fm3lgL/bcc'
dh_auto_build -O--buildsystem=cmake -O--parallel
make -j2
make[1]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/tmp/debuild.fm3lgL/bcc -B/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-shared.dir/build.make src/cc/CMakeFiles/bpf-shared.dir/depend
make -f src/cc/CMakeFiles/bpf-static.dir/build.make src/cc/CMakeFiles/bpf-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bpf-shared.dir/DependInfo.cmake --color=
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bpf-static.dir/DependInfo.cmake --color=
Scanning dependencies of target bpf-static
Scanning dependencies of target bpf-shared
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-shared.dir/build.make src/cc/CMakeFiles/bpf-shared.dir/build
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-static.dir/build.make src/cc/CMakeFiles/bpf-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 1%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf.c
[ 1%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf.c
[ 2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/perf_reader.c.o
[ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/perf_reader.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/perf_reader.c
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/perf_reader.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/perf_reader.c
[ 2%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/bpf.c
[ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/bpf.c
[ 3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/bpf_prog_linfo.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/bpf_prog_linfo.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/bpf_prog_linfo.c
[ 3%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/bpf_prog_linfo.c
[ 3%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/btf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/btf.c
[ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/btf.c
[ 4%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/btf_dump.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/btf_dump.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/btf_dump.c
[ 4%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/btf_dump.c
[ 5%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/hashmap.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/hashmap.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/hashmap.c
[ 6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/hashmap.c
[ 6%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf.c
[ 6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf.c
[ 6%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf_errno.c
[ 7%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_errno.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_errno.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf_errno.c
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf_probes.c
[ 8%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_probes.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_probes.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/libbpf_probes.c
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/netlink.c
[ 8%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/netlink.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/netlink.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/netlink.c
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/nlattr.c
[ 9%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/nlattr.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/nlattr.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/nlattr.c
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/str_error.c
[ 10%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/str_error.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/str_error.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/str_error.c
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/xsk.c
[ 10%] Building C object src/cc/CMakeFiles/bpf-shared.dir/libbpf/src/xsk.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbpf_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bpf-shared.dir/libbpf/src/xsk.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/libbpf/src/xsk.c
[ 12%] Linking C static library libbcc_bpf.a
[ 12%] Linking C shared library libbcc_bpf.so
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -P CMakeFiles/bpf-static.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/bpf-shared.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -Wl,-Bsymbolic-functions -Wl,-z,relro -static-libstdc++ -Wl,--exclude-libs=libclangFrontend.a -Wl,--exclude-libs=libclangSerialization.a -Wl,--exclude-libs=libclangDriver.a -Wl,--exclude-libs=libclangParse.a -Wl,--exclude-libs=libclangSema.a -Wl,--exclude-libs=libclangCodeGen.a -Wl,--exclude-libs=libclangAnalysis.a -Wl,--exclude-libs=libclangRewrite.a -Wl,--exclude-libs=libclangEdit.a -Wl,--exclude-libs=libclangAST.a -Wl,--exclude-libs=libclangLex.a -Wl,--exclude-libs=libclangBasic.a -Wl,--exclude-libs=libLLVMX86CodeGen.a -Wl,--exclude-libs=libLLVMX86Desc.a -Wl,--exclude-libs=libLLVMX86Info.a -Wl,--exclude-libs=libLLVMMCDisassembler.a -Wl,--exclude-libs=libLLVMX86AsmPrinter.a -Wl,--exclude-libs=libLLVMX86Utils.a -Wl,--exclude-libs=libLLVMLTO.a -Wl,--exclude-libs=libLLVMPasses.a -Wl,--exclude-libs=libLLVMipo.a -Wl,--exclude-libs=libLLVMVectorize.a -Wl,--exclude-libs=libLLVMOption.a -Wl,--exclude-libs=libLLVMObjCARCOpts.a -Wl,--exclude-libs=libLLVMMCJIT.a -Wl,--exclude-libs=libLLVMExecutionEngine.a -Wl,--exclude-libs=libLLVMRuntimeDyld.a -Wl,--exclude-libs=libLLVMLinker.a -Wl,--exclude-libs=libLLVMIRReader.a -Wl,--exclude-libs=libLLVMAsmParser.a -Wl,--exclude-libs=libLLVMDebugInfoDWARF.a -Wl,--exclude-libs=libLLVMBPFCodeGen.a -Wl,--exclude-libs=libLLVMSelectionDAG.a -Wl,--exclude-libs=libLLVMBPFDesc.a -Wl,--exclude-libs=libLLVMBPFInfo.a -Wl,--exclude-libs=libLLVMBPFAsmPrinter.a -Wl,--exclude-libs=libLLVMAsmPrinter.a -Wl,--exclude-libs=libLLVMCodeGen.a -Wl,--exclude-libs=libLLVMTarget.a -Wl,--exclude-libs=libLLVMScalarOpts.a -Wl,--exclude-libs=libLLVMInstCombine.a -Wl,--exclude-libs=libLLVMInstrumentation.a -Wl,--exclude-libs=libLLVMTransformUtils.a -Wl,--exclude-libs=libLLVMProfileData.a -Wl,--exclude-libs=libLLVMObject.a -Wl,--exclude-libs=libLLVMMCParser.a -Wl,--exclude-libs=libLLVMMC.a -Wl,--exclude-libs=libLLVMBitReader.a -Wl,--exclude-libs=libLLVMAnalysis.a -Wl,--exclude-libs=libLLVMBitWriter.a -Wl,--exclude-libs=libLLVMCore.a -Wl,--exclude-libs=libLLVMSupport.a -shared -Wl,-soname,libbcc_bpf.so.0 -o libbcc_bpf.so.0.11.0 CMakeFiles/bpf-shared.dir/libbpf.c.o CMakeFiles/bpf-shared.dir/perf_reader.c.o CMakeFiles/bpf-shared.dir/libbpf/src/bpf.c.o CMakeFiles/bpf-shared.dir/libbpf/src/bpf_prog_linfo.c.o CMakeFiles/bpf-shared.dir/libbpf/src/btf.c.o CMakeFiles/bpf-shared.dir/libbpf/src/btf_dump.c.o CMakeFiles/bpf-shared.dir/libbpf/src/hashmap.c.o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf.c.o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_errno.c.o CMakeFiles/bpf-shared.dir/libbpf/src/libbpf_probes.c.o CMakeFiles/bpf-shared.dir/libbpf/src/netlink.c.o CMakeFiles/bpf-shared.dir/libbpf/src/nlattr.c.o CMakeFiles/bpf-shared.dir/libbpf/src/str_error.c.o CMakeFiles/bpf-shared.dir/libbpf/src/xsk.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/bpf-static.dir/link.txt --verbose=1
/usr/bin/ar qc libbcc_bpf.a CMakeFiles/bpf-static.dir/libbpf.c.o CMakeFiles/bpf-static.dir/perf_reader.c.o CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
/usr/bin/ranlib libbcc_bpf.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_symlink_library libbcc_bpf.so.0.11.0 libbcc_bpf.so.0 libbcc_bpf.so
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 12%] Built target bpf-static
make -f src/cc/CMakeFiles/bcc-loader-static.dir/build.make src/cc/CMakeFiles/bcc-loader-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-loader-static.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 12%] Built target bpf-shared
make -f src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build.make src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/depend
Scanning dependencies of target bcc-loader-static
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bcc-loader-static.dir/build.make src/cc/CMakeFiles/bcc-loader-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 13%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_syms.cc
Scanning dependencies of target clang_frontend
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build.make src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 14%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -DKERNEL_MODULES_DIR='"/lib/modules"' -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/clang_frontend.dir/loader.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang/loader.cc
[ 14%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_elf.c
[ 14%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_perf_map.c
[ 15%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_proc.c
[ 15%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-loader-static.dir/common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/common.cc
[ 15%] Linking CXX static library libbcc-loader-static.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -P CMakeFiles/bcc-loader-static.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/bcc-loader-static.dir/link.txt --verbose=1
/usr/bin/ar qc libbcc-loader-static.a CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o CMakeFiles/bcc-loader-static.dir/common.cc.o
/usr/bin/ranlib libbcc-loader-static.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 15%] Built target bcc-loader-static
[ 15%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -DKERNEL_MODULES_DIR='"/lib/modules"' -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang/b_frontend_action.cc
[ 15%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -DKERNEL_MODULES_DIR='"/lib/modules"' -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang/tp_frontend_action.cc
[ 16%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -DKERNEL_MODULES_DIR='"/lib/modules"' -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang/kbuild_helper.cc
[ 16%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -DKERNEL_MODULES_DIR='"/lib/modules"' -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/clang_frontend.dir/__/__/common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/common.cc
make -f src/cc/api/CMakeFiles/api-static.dir/build.make src/cc/api/CMakeFiles/api-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/api /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api/CMakeFiles/api-static.dir/DependInfo.cmake --color=
Scanning dependencies of target api-static
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/api/CMakeFiles/api-static.dir/build.make src/cc/api/CMakeFiles/api-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/api-static.dir/BPF.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/api/BPF.cc
[ 17%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/api-static.dir/BPFTable.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/api/BPFTable.cc
[ 17%] Linking CXX static library libapi-static.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api && /usr/bin/cmake -P CMakeFiles/api-static.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api && /usr/bin/cmake -E cmake_link_script CMakeFiles/api-static.dir/link.txt --verbose=1
/usr/bin/ar qc libapi-static.a CMakeFiles/api-static.dir/BPF.cc.o CMakeFiles/api-static.dir/BPFTable.cc.o
/usr/bin/ranlib libapi-static.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 17%] Built target api-static
make -f src/cc/usdt/CMakeFiles/usdt-static.dir/build.make src/cc/usdt/CMakeFiles/usdt-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/usdt /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt/CMakeFiles/usdt-static.dir/DependInfo.cmake --color=
Scanning dependencies of target usdt-static
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/usdt/CMakeFiles/usdt-static.dir/build.make src/cc/usdt/CMakeFiles/usdt-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 17%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/usdt-static.dir/usdt_args.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/usdt/usdt_args.cc
[ 18%] Linking CXX static library libclang_frontend.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/cmake -P CMakeFiles/clang_frontend.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang && /usr/bin/cmake -E cmake_link_script CMakeFiles/clang_frontend.dir/link.txt --verbose=1
/usr/bin/ar qc libclang_frontend.a CMakeFiles/clang_frontend.dir/loader.cc.o CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o CMakeFiles/clang_frontend.dir/__/__/common.cc.o
/usr/bin/ranlib libclang_frontend.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 18%] Built target clang_frontend
[ 18%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/usdt-static.dir/usdt.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/usdt/usdt.cc
make -f src/cc/frontends/b/CMakeFiles/b_frontend.dir/build.make src/cc/frontends/b/CMakeFiles/b_frontend.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 19%] [FLEX][Lexer] Building scanner with flex 2.6.1
cd /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b && /usr/bin/flex --c++ --o lexer.ll.cc -o/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/lexer.ll.cc lexer.ll
lexer.ll:110: warning, -s option given but default rule can be matched
[ 19%] [BISON][Parser] Building parser with bison 3.0.4
cd /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b && /usr/bin/bison -o parser.yy.cc -v --debug -d -o /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/parser.yy.cc parser.yy
parser.yy:19.9-17: warning: deprecated directive, use ‘%define api.namespace ebpf::cc’ [-Wdeprecated]
%define namespace "ebpf::cc"
^^^^^^^^^
parser.yy:19.9-17: warning: %define variable 'api.namespace' requires '{...}' values [-Wdeprecated]
%define namespace "ebpf::cc"
^^^^^^^^^
parser.yy:20.9-25: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated]
%define parser_class_name "BisonParser"
^^^^^^^^^^^^^^^^^
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/CMakeFiles/b_frontend.dir/DependInfo.cmake --color=
Scanning dependencies of target b_frontend
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/frontends/b/CMakeFiles/b_frontend.dir/build.make src/cc/frontends/b/CMakeFiles/b_frontend.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 19%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/loader.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/loader.cc
[ 20%] Linking CXX static library libusdt-static.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt && /usr/bin/cmake -P CMakeFiles/usdt-static.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt && /usr/bin/cmake -E cmake_link_script CMakeFiles/usdt-static.dir/link.txt --verbose=1
/usr/bin/ar qc libusdt-static.a CMakeFiles/usdt-static.dir/usdt_args.cc.o CMakeFiles/usdt-static.dir/usdt.cc.o
/usr/bin/ranlib libusdt-static.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 20%] Built target usdt-static
[ 21%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/codegen_llvm.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/codegen_llvm.cc
make -f src/python/CMakeFiles/bcc_py_python3.dir/build.make src/python/CMakeFiles/bcc_py_python3.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/CMakeFiles/bcc_py_python3.dir/DependInfo.cmake --color=
Scanning dependencies of target bcc_py_python3
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/python/CMakeFiles/bcc_py_python3.dir/build.make src/python/CMakeFiles/bcc_py_python3.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 21%] Building sdist for python3
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/bcc-python3 && python3 setup.py sdist
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)
warning: sdist: standard file not found: should have one of README, README.txt
writing manifest file 'MANIFEST'
creating bcc-0.11.0
creating bcc-0.11.0/bcc
making hard links in bcc-0.11.0...
hard linking setup.py -> bcc-0.11.0
hard linking bcc/__init__.py -> bcc-0.11.0/bcc
hard linking bcc/disassembler.py -> bcc-0.11.0/bcc
hard linking bcc/libbcc.py -> bcc-0.11.0/bcc
hard linking bcc/perf.py -> bcc-0.11.0/bcc
hard linking bcc/syscall.py -> bcc-0.11.0/bcc
hard linking bcc/table.py -> bcc-0.11.0/bcc
hard linking bcc/tcp.py -> bcc-0.11.0/bcc
hard linking bcc/usdt.py -> bcc-0.11.0/bcc
hard linking bcc/utils.py -> bcc-0.11.0/bcc
hard linking bcc/version.py -> bcc-0.11.0/bcc
creating dist
Creating tar archive
removing 'bcc-0.11.0' (and everything under it)
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 21%] Built target bcc_py_python3
make -f src/python/CMakeFiles/bcc_py_python2.dir/build.make src/python/CMakeFiles/bcc_py_python2.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/CMakeFiles/bcc_py_python2.dir/DependInfo.cmake --color=
Scanning dependencies of target bcc_py_python2
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/python/CMakeFiles/bcc_py_python2.dir/build.make src/python/CMakeFiles/bcc_py_python2.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 22%] Building sdist for python2
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/bcc-python2 && python2 setup.py sdist
running sdist
running check
warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list)
warning: sdist: standard file not found: should have one of README, README.txt
writing manifest file 'MANIFEST'
creating bcc-0.11.0
creating bcc-0.11.0/bcc
making hard links in bcc-0.11.0...
hard linking setup.py -> bcc-0.11.0
hard linking bcc/__init__.py -> bcc-0.11.0/bcc
hard linking bcc/disassembler.py -> bcc-0.11.0/bcc
hard linking bcc/libbcc.py -> bcc-0.11.0/bcc
hard linking bcc/perf.py -> bcc-0.11.0/bcc
hard linking bcc/syscall.py -> bcc-0.11.0/bcc
hard linking bcc/table.py -> bcc-0.11.0/bcc
hard linking bcc/tcp.py -> bcc-0.11.0/bcc
hard linking bcc/usdt.py -> bcc-0.11.0/bcc
hard linking bcc/utils.py -> bcc-0.11.0/bcc
hard linking bcc/version.py -> bcc-0.11.0/bcc
creating dist
Creating tar archive
removing 'bcc-0.11.0' (and everything under it)
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 22%] Built target bcc_py_python2
make -f src/lua/CMakeFiles/bcc-lua.dir/build.make src/lua/CMakeFiles/bcc-lua.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 22%] Generating bcc.lua
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua && /usr/bin/luajit /tmp/debuild.fm3lgL/bcc/src/lua/src/squish.lua /tmp/debuild.fm3lgL/bcc/src/lua
Writing bcc.lua...
OK!
[ 23%] Generating bcc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua && /usr/bin/luajit -bg bcc.lua bcc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/lua /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua/CMakeFiles/bcc-lua.dir/DependInfo.cmake --color=
Scanning dependencies of target bcc-lua
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/lua/CMakeFiles/bcc-lua.dir/build.make src/lua/CMakeFiles/bcc-lua.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Building C object src/lua/CMakeFiles/bcc-lua.dir/src/main.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/usr/include/luajit-2.0 -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -o CMakeFiles/bcc-lua.dir/src/main.c.o -c /tmp/debuild.fm3lgL/bcc/src/lua/src/main.c
[ 24%] Linking C executable bcc-lua
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua && /usr/bin/cmake -E cmake_link_script CMakeFiles/bcc-lua.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/bcc-lua.dir/src/main.c.o bcc.o -o bcc-lua -Wl,-Bstatic -lluajit-5.1 -Wl,-Bdynamic -ldl -lm -no-pie
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Built target bcc-lua
make -f introspection/CMakeFiles/bps.dir/build.make introspection/CMakeFiles/bps.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/introspection /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection/CMakeFiles/bps.dir/DependInfo.cmake --color=
Scanning dependencies of target bps
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f introspection/CMakeFiles/bps.dir/build.make introspection/CMakeFiles/bps.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Building C object introspection/CMakeFiles/bps.dir/bps.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -o CMakeFiles/bps.dir/bps.c.o -c /tmp/debuild.fm3lgL/bcc/introspection/bps.c
[ 24%] Linking C executable bps
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection && /usr/bin/cmake -E cmake_link_script CMakeFiles/bps.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/bps.dir/bps.c.o -o bps ../src/cc/libbcc_bpf.a -lelf -lrt -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Built target bps
make -f man/man8/CMakeFiles/man.dir/build.make man/man8/CMakeFiles/man.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/man/man8 /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/CMakeFiles/man.dir/DependInfo.cmake --color=
Scanning dependencies of target man
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f man/man8/CMakeFiles/man.dir/build.make man/man8/CMakeFiles/man.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Generating argdist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/argdist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/argdist.8.gz
[ 24%] Generating bashreadline.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/bashreadline.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/bashreadline.8.gz
[ 25%] Generating biolatency.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/biolatency.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/biolatency.8.gz
[ 25%] Generating biosnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/biosnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/biosnoop.8.gz
[ 25%] Generating biotop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/biotop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/biotop.8.gz
[ 26%] Generating bitesize.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/bitesize.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/bitesize.8.gz
[ 26%] Generating bpflist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/bpflist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/bpflist.8.gz
[ 27%] Generating bps.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/bps.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/bps.8.gz
[ 27%] Generating btrfsdist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/btrfsdist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/btrfsdist.8.gz
[ 27%] Generating btrfsslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/btrfsslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/btrfsslower.8.gz
[ 28%] Generating cachestat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cachestat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cachestat.8.gz
[ 28%] Generating cachetop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cachetop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cachetop.8.gz
[ 28%] Generating capable.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/capable.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/capable.8.gz
[ 29%] Generating cobjnew.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cobjnew.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cobjnew.8.gz
[ 29%] Generating compactsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/compactsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/compactsnoop.8.gz
[ 30%] Generating cpudist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cpudist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cpudist.8.gz
[ 30%] Generating cpuunclaimed.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cpuunclaimed.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cpuunclaimed.8.gz
[ 30%] Generating criticalstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/criticalstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/criticalstat.8.gz
[ 31%] Generating cthreads.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/cthreads.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/cthreads.8.gz
[ 31%] Generating dbslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/dbslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/dbslower.8.gz
[ 31%] Generating dbstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/dbstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/dbstat.8.gz
[ 32%] Generating dcsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/dcsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/dcsnoop.8.gz
[ 32%] Generating dcstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/dcstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/dcstat.8.gz
[ 33%] Generating deadlock.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/deadlock.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/deadlock.8.gz
[ 33%] Generating drsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/drsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/drsnoop.8.gz
[ 33%] Generating execsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/execsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/execsnoop.8.gz
[ 34%] Generating exitsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/exitsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/exitsnoop.8.gz
[ 34%] Generating ext4dist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ext4dist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ext4dist.8.gz
[ 34%] Generating ext4slower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ext4slower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ext4slower.8.gz
[ 35%] Generating filelife.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/filelife.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/filelife.8.gz
[ 35%] Generating fileslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/fileslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/fileslower.8.gz
[ 36%] Generating filetop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/filetop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/filetop.8.gz
[ 36%] Generating funccount.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/funccount.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/funccount.8.gz
[ 36%] Generating funclatency.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/funclatency.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/funclatency.8.gz
[ 37%] Generating funcslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/funcslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/funcslower.8.gz
[ 37%] Generating gethostlatency.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/gethostlatency.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/gethostlatency.8.gz
[ 38%] Generating hardirqs.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/hardirqs.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/hardirqs.8.gz
[ 38%] Generating inject.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/inject.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/inject.8.gz
[ 38%] Generating javacalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javacalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javacalls.8.gz
[ 39%] Generating javaflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javaflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javaflow.8.gz
[ 39%] Generating javagc.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javagc.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javagc.8.gz
[ 39%] Generating javaobjnew.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javaobjnew.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javaobjnew.8.gz
[ 40%] Generating javastat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javastat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javastat.8.gz
[ 40%] Generating javathreads.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/javathreads.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/javathreads.8.gz
[ 41%] Generating killsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/killsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/killsnoop.8.gz
[ 41%] Generating klockstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/klockstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/klockstat.8.gz
[ 41%] Generating llcstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/llcstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/llcstat.8.gz
[ 42%] Generating mdflush.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/mdflush.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/mdflush.8.gz
[ 42%] Generating memleak.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/memleak.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/memleak.8.gz
[ 42%] Generating mountsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/mountsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/mountsnoop.8.gz
[ 43%] Generating mysqld_qslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/mysqld_qslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/mysqld_qslower.8.gz
[ 43%] Generating nfsdist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/nfsdist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/nfsdist.8.gz
[ 44%] Generating nfsslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/nfsslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/nfsslower.8.gz
[ 44%] Generating nodegc.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/nodegc.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/nodegc.8.gz
[ 44%] Generating nodestat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/nodestat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/nodestat.8.gz
[ 45%] Generating offcputime.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/offcputime.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/offcputime.8.gz
[ 45%] Generating offwaketime.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/offwaketime.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/offwaketime.8.gz
[ 45%] Generating oomkill.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/oomkill.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/oomkill.8.gz
[ 46%] Generating opensnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/opensnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/opensnoop.8.gz
[ 46%] Generating perlcalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/perlcalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/perlcalls.8.gz
[ 47%] Generating perlflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/perlflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/perlflow.8.gz
[ 47%] Generating perlstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/perlstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/perlstat.8.gz
[ 47%] Generating phpcalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/phpcalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/phpcalls.8.gz
[ 48%] Generating phpflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/phpflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/phpflow.8.gz
[ 48%] Generating phpstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/phpstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/phpstat.8.gz
[ 48%] Generating pidpersec.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/pidpersec.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/pidpersec.8.gz
[ 49%] Generating profile.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/profile.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/profile.8.gz
[ 49%] Generating pythoncalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/pythoncalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/pythoncalls.8.gz
[ 50%] Generating pythonflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/pythonflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/pythonflow.8.gz
[ 50%] Generating pythongc.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/pythongc.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/pythongc.8.gz
[ 50%] Generating pythonstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/pythonstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/pythonstat.8.gz
[ 51%] Generating reset-trace.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/reset-trace.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/reset-trace.8.gz
[ 51%] Generating rubycalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/rubycalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/rubycalls.8.gz
[ 51%] Generating rubyflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/rubyflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/rubyflow.8.gz
[ 52%] Generating rubygc.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/rubygc.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/rubygc.8.gz
[ 52%] Generating rubyobjnew.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/rubyobjnew.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/rubyobjnew.8.gz
[ 53%] Generating rubystat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/rubystat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/rubystat.8.gz
[ 53%] Generating runqlat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/runqlat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/runqlat.8.gz
[ 53%] Generating runqlen.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/runqlen.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/runqlen.8.gz
[ 54%] Generating runqslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/runqslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/runqslower.8.gz
[ 54%] Generating shmsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/shmsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/shmsnoop.8.gz
[ 54%] Generating slabratetop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/slabratetop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/slabratetop.8.gz
[ 55%] Generating sofdsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/sofdsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/sofdsnoop.8.gz
[ 55%] Generating softirqs.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/softirqs.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/softirqs.8.gz
[ 56%] Generating solisten.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/solisten.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/solisten.8.gz
[ 56%] Generating spfdsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/spfdsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/spfdsnoop.8.gz
[ 56%] Generating sslsniff.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/sslsniff.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/sslsniff.8.gz
[ 57%] Generating stackcount.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/stackcount.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/stackcount.8.gz
[ 57%] Generating statsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/statsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/statsnoop.8.gz
[ 58%] Generating syncsnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/syncsnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/syncsnoop.8.gz
[ 58%] Generating syscount.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/syscount.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/syscount.8.gz
[ 58%] Generating tclcalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tclcalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tclcalls.8.gz
[ 59%] Generating tclflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tclflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tclflow.8.gz
[ 59%] Generating tclobjnew.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tclobjnew.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tclobjnew.8.gz
[ 59%] Generating tclstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tclstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tclstat.8.gz
[ 60%] Generating tcpaccept.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpaccept.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpaccept.8.gz
[ 60%] Generating tcpconnect.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpconnect.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpconnect.8.gz
[ 61%] Generating tcpconnlat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpconnlat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpconnlat.8.gz
[ 61%] Generating tcpdrop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpdrop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpdrop.8.gz
[ 61%] Generating tcplife.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcplife.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcplife.8.gz
[ 62%] Generating tcpretrans.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpretrans.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpretrans.8.gz
[ 62%] Generating tcpstates.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpstates.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpstates.8.gz
[ 62%] Generating tcpsubnet.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcpsubnet.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcpsubnet.8.gz
[ 63%] Generating tcptop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcptop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcptop.8.gz
[ 63%] Generating tcptracer.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tcptracer.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tcptracer.8.gz
[ 64%] Generating tplist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/tplist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/tplist.8.gz
[ 64%] Generating trace.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/trace.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/trace.8.gz
[ 64%] Generating ttysnoop.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ttysnoop.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ttysnoop.8.gz
[ 65%] Generating ucalls.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ucalls.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ucalls.8.gz
[ 65%] Generating uflow.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/uflow.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/uflow.8.gz
[ 65%] Generating ugc.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ugc.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ugc.8.gz
[ 66%] Generating uobjnew.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/uobjnew.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/uobjnew.8.gz
[ 66%] Generating ustat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/ustat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/ustat.8.gz
[ 67%] Generating uthreads.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/uthreads.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/uthreads.8.gz
[ 67%] Generating vfscount.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/vfscount.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/vfscount.8.gz
[ 67%] Generating vfsstat.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/vfsstat.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/vfsstat.8.gz
[ 68%] Generating wakeuptime.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/wakeuptime.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/wakeuptime.8.gz
[ 68%] Generating xfsdist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/xfsdist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/xfsdist.8.gz
[ 68%] Generating xfsslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/xfsslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/xfsslower.8.gz
[ 69%] Generating zfsdist.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/zfsdist.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/zfsdist.8.gz
[ 69%] Generating zfsslower.8.gz
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 && /bin/gzip -c /tmp/debuild.fm3lgL/bcc/man/man8/zfsslower.8 > /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/zfsslower.8.gz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 69%] Built target man
make -f tests/cc/CMakeFiles/usdt_test_lib.dir/build.make tests/cc/CMakeFiles/usdt_test_lib.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/usdt_test_lib.dir/DependInfo.cmake --color=
Scanning dependencies of target usdt_test_lib
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/usdt_test_lib.dir/build.make tests/cc/CMakeFiles/usdt_test_lib.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 69%] Building C object tests/cc/CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/cc -Dusdt_test_lib_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -fPIC -o CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/usdt_test_lib.c
[ 70%] Linking C shared library libusdt_test_lib.so
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/usdt_test_lib.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -Wl,-Bsymbolic-functions -Wl,-z,relro -shared -Wl,-soname,libusdt_test_lib.so -o libusdt_test_lib.so CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 70%] Built target usdt_test_lib
[ 70%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/node.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/node.cc
[ 70%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/parser.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/parser.cc
[ 71%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/printer.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/printer.cc
[ 71%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/type_check.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b/type_check.cc
[ 71%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/parser.yy.cc.o -c /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/parser.yy.cc
[ 72%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/b_frontend.dir/lexer.ll.cc.o -c /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/lexer.ll.cc
[ 72%] Linking CXX static library libb_frontend.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/cmake -P CMakeFiles/b_frontend.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b && /usr/bin/cmake -E cmake_link_script CMakeFiles/b_frontend.dir/link.txt --verbose=1
/usr/bin/ar qc libb_frontend.a CMakeFiles/b_frontend.dir/loader.cc.o CMakeFiles/b_frontend.dir/codegen_llvm.cc.o CMakeFiles/b_frontend.dir/node.cc.o CMakeFiles/b_frontend.dir/parser.cc.o CMakeFiles/b_frontend.dir/printer.cc.o CMakeFiles/b_frontend.dir/type_check.cc.o CMakeFiles/b_frontend.dir/parser.yy.cc.o CMakeFiles/b_frontend.dir/lexer.ll.cc.o
/usr/bin/ranlib libb_frontend.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 72%] Built target b_frontend
make -f src/cc/CMakeFiles/bcc-shared.dir/build.make src/cc/CMakeFiles/bcc-shared.dir/depend
make -f src/cc/CMakeFiles/bcc-static.dir/build.make src/cc/CMakeFiles/bcc-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-shared.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-static.dir/DependInfo.cmake --color=
Scanning dependencies of target bcc-shared
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bcc-shared.dir/build.make src/cc/CMakeFiles/bcc-shared.dir/build
Scanning dependencies of target bcc-static
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bcc-static.dir/build.make src/cc/CMakeFiles/bcc-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 72%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/link_all.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/link_all.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/link_all.cc
[ 72%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bcc_common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_common.cc
[ 73%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bcc_common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_common.cc
[ 74%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bpf_module.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpf_module.cc
[ 74%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bpf_module.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpf_module.cc
[ 74%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_btf.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bcc_btf.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_btf.cc
[ 75%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_btf.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bcc_btf.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_btf.cc
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/exported_files.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/exported_files.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/exported_files.cc
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/exported_files.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/exported_files.cc
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpf_module_rw_engine.cc
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpf_module_rw_engine.cc
[ 76%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/table_storage.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/table_storage.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/table_storage.cc
[ 77%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/table_storage.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/table_storage.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/table_storage.cc
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/shared_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/shared_table.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/shared_table.cc
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/shared_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/shared_table.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/shared_table.cc
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpffs_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bpffs_table.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpffs_table.cc
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpffs_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bpffs_table.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bpffs_table.cc
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/json_map_decl_visitor.cc
[ 79%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/json_map_decl_visitor.cc
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/common.cc
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_syms.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/bcc_syms.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_syms.cc
[ 80%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/usdt/usdt.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/usdt/usdt.cc
[ 81%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_elf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-shared.dir/bcc_elf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_elf.c
[ 81%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_perf_map.c
[ 81%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_proc.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-shared.dir/bcc_proc.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_proc.c
[ 82%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/common.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -Dbcc_shared_EXPORTS -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -fPIC -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-shared.dir/common.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/common.cc
[ 83%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/usdt/usdt_args.cc
[ 83%] Linking CXX shared library libbcc.so
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/bcc-shared.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -Wl,-Bsymbolic-functions -Wl,-z,relro -static-libstdc++ -Wl,--exclude-libs=libclangFrontend.a -Wl,--exclude-libs=libclangSerialization.a -Wl,--exclude-libs=libclangDriver.a -Wl,--exclude-libs=libclangParse.a -Wl,--exclude-libs=libclangSema.a -Wl,--exclude-libs=libclangCodeGen.a -Wl,--exclude-libs=libclangAnalysis.a -Wl,--exclude-libs=libclangRewrite.a -Wl,--exclude-libs=libclangEdit.a -Wl,--exclude-libs=libclangAST.a -Wl,--exclude-libs=libclangLex.a -Wl,--exclude-libs=libclangBasic.a -Wl,--exclude-libs=libLLVMX86CodeGen.a -Wl,--exclude-libs=libLLVMX86Desc.a -Wl,--exclude-libs=libLLVMX86Info.a -Wl,--exclude-libs=libLLVMMCDisassembler.a -Wl,--exclude-libs=libLLVMX86AsmPrinter.a -Wl,--exclude-libs=libLLVMX86Utils.a -Wl,--exclude-libs=libLLVMLTO.a -Wl,--exclude-libs=libLLVMPasses.a -Wl,--exclude-libs=libLLVMipo.a -Wl,--exclude-libs=libLLVMVectorize.a -Wl,--exclude-libs=libLLVMOption.a -Wl,--exclude-libs=libLLVMObjCARCOpts.a -Wl,--exclude-libs=libLLVMMCJIT.a -Wl,--exclude-libs=libLLVMExecutionEngine.a -Wl,--exclude-libs=libLLVMRuntimeDyld.a -Wl,--exclude-libs=libLLVMLinker.a -Wl,--exclude-libs=libLLVMIRReader.a -Wl,--exclude-libs=libLLVMAsmParser.a -Wl,--exclude-libs=libLLVMDebugInfoDWARF.a -Wl,--exclude-libs=libLLVMBPFCodeGen.a -Wl,--exclude-libs=libLLVMSelectionDAG.a -Wl,--exclude-libs=libLLVMBPFDesc.a -Wl,--exclude-libs=libLLVMBPFInfo.a -Wl,--exclude-libs=libLLVMBPFAsmPrinter.a -Wl,--exclude-libs=libLLVMAsmPrinter.a -Wl,--exclude-libs=libLLVMCodeGen.a -Wl,--exclude-libs=libLLVMTarget.a -Wl,--exclude-libs=libLLVMScalarOpts.a -Wl,--exclude-libs=libLLVMInstCombine.a -Wl,--exclude-libs=libLLVMInstrumentation.a -Wl,--exclude-libs=libLLVMTransformUtils.a -Wl,--exclude-libs=libLLVMProfileData.a -Wl,--exclude-libs=libLLVMObject.a -Wl,--exclude-libs=libLLVMMCParser.a -Wl,--exclude-libs=libLLVMMC.a -Wl,--exclude-libs=libLLVMBitReader.a -Wl,--exclude-libs=libLLVMAnalysis.a -Wl,--exclude-libs=libLLVMBitWriter.a -Wl,--exclude-libs=libLLVMCore.a -Wl,--exclude-libs=libLLVMSupport.a -shared -Wl,-soname,libbcc.so.0 -o libbcc.so.0.11.0 CMakeFiles/bcc-shared.dir/link_all.cc.o CMakeFiles/bcc-shared.dir/bcc_common.cc.o CMakeFiles/bcc-shared.dir/bpf_module.cc.o CMakeFiles/bcc-shared.dir/bcc_btf.cc.o CMakeFiles/bcc-shared.dir/exported_files.cc.o CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o CMakeFiles/bcc-shared.dir/table_storage.cc.o CMakeFiles/bcc-shared.dir/shared_table.cc.o CMakeFiles/bcc-shared.dir/bpffs_table.cc.o CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o CMakeFiles/bcc-shared.dir/bcc_syms.cc.o CMakeFiles/bcc-shared.dir/bcc_elf.c.o CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o CMakeFiles/bcc-shared.dir/bcc_proc.c.o CMakeFiles/bcc-shared.dir/common.cc.o frontends/b/libb_frontend.a frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -Wl,--no-whole-archive -lelf libbcc_bpf.a -Wl,--whole-archive api/libapi-static.a -Wl,--no-whole-archive usdt/libusdt-static.a -lrt -ldl -ltinfo -lpthread -lz -lm
[ 83%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_syms.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fno-rtti -fPIC -DBCC_PROG_TAG_DIR='"/var/tmp/bcc"' -Wno-unused-result -DLLVM_MAJOR_VERSION=3 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -std=gnu++14 -o CMakeFiles/bcc-static.dir/bcc_syms.cc.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_syms.cc
[ 83%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_elf.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-static.dir/bcc_elf.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_elf.c
[ 84%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_perf_map.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-static.dir/bcc_perf_map.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_perf_map.c
[ 84%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_proc.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/b -I/tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang -I/usr/lib/llvm-3.8/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -Wno-unused-result -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -o CMakeFiles/bcc-static.dir/bcc_proc.c.o -c /tmp/debuild.fm3lgL/bcc/src/cc/bcc_proc.c
[ 84%] Linking CXX static library libbcc.a
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -P CMakeFiles/bcc-static.dir/cmake_clean_target.cmake
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/bcc-static.dir/link.txt --verbose=1
/usr/bin/ar qc libbcc.a CMakeFiles/bcc-static.dir/bcc_common.cc.o CMakeFiles/bcc-static.dir/bpf_module.cc.o CMakeFiles/bcc-static.dir/bcc_btf.cc.o CMakeFiles/bcc-static.dir/exported_files.cc.o CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o CMakeFiles/bcc-static.dir/table_storage.cc.o CMakeFiles/bcc-static.dir/shared_table.cc.o CMakeFiles/bcc-static.dir/bpffs_table.cc.o CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o CMakeFiles/bcc-static.dir/common.cc.o CMakeFiles/bcc-static.dir/usdt/usdt.cc.o CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o CMakeFiles/bcc-static.dir/bcc_syms.cc.o CMakeFiles/bcc-static.dir/bcc_elf.c.o CMakeFiles/bcc-static.dir/bcc_perf_map.c.o CMakeFiles/bcc-static.dir/bcc_proc.c.o
/usr/bin/ranlib libbcc.a
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 84%] Built target bcc-static
make -f examples/cpp/CMakeFiles/CGroupTest.dir/build.make examples/cpp/CMakeFiles/CGroupTest.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/CGroupTest.dir/DependInfo.cmake --color=
Scanning dependencies of target CGroupTest
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/CGroupTest.dir/build.make examples/cpp/CMakeFiles/CGroupTest.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 84%] Building CXX object examples/cpp/CMakeFiles/CGroupTest.dir/CGroupTest.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/CGroupTest.dir/CGroupTest.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/CGroupTest.cc
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc && /usr/bin/cmake -E cmake_symlink_library libbcc.so.0.11.0 libbcc.so.0 libbcc.so
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 84%] Built target bcc-shared
make -f examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build.make examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/DependInfo.cmake --color=
Scanning dependencies of target FollyRequestContextSwitch
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build.make examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 84%] Building CXX object examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/FollyRequestContextSwitch.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/FollyRequestContextSwitch.dir/FollyRequestContextSwitch.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/FollyRequestContextSwitch.cc
[ 84%] Linking CXX executable CGroupTest
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/CGroupTest.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/CGroupTest.dir/CGroupTest.cc.o -o CGroupTest ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
[ 85%] Linking CXX executable FollyRequestContextSwitch
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/FollyRequestContextSwitch.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/FollyRequestContextSwitch.dir/FollyRequestContextSwitch.cc.o -o FollyRequestContextSwitch ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 85%] Built target CGroupTest
make -f examples/cpp/CMakeFiles/CPUDistribution.dir/build.make examples/cpp/CMakeFiles/CPUDistribution.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/CPUDistribution.dir/DependInfo.cmake --color=
Scanning dependencies of target CPUDistribution
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/CPUDistribution.dir/build.make examples/cpp/CMakeFiles/CPUDistribution.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 86%] Building CXX object examples/cpp/CMakeFiles/CPUDistribution.dir/CPUDistribution.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/CPUDistribution.dir/CPUDistribution.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/CPUDistribution.cc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 86%] Built target FollyRequestContextSwitch
make -f examples/cpp/CMakeFiles/HelloWorld.dir/build.make examples/cpp/CMakeFiles/HelloWorld.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/HelloWorld.dir/DependInfo.cmake --color=
Scanning dependencies of target HelloWorld
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/HelloWorld.dir/build.make examples/cpp/CMakeFiles/HelloWorld.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 86%] Building CXX object examples/cpp/CMakeFiles/HelloWorld.dir/HelloWorld.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/HelloWorld.dir/HelloWorld.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/HelloWorld.cc
[ 86%] Linking CXX executable CPUDistribution
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/CPUDistribution.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/CPUDistribution.dir/CPUDistribution.cc.o -o CPUDistribution ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
[ 87%] Linking CXX executable HelloWorld
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/HelloWorld.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/HelloWorld.dir/HelloWorld.cc.o -o HelloWorld ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 87%] Built target CPUDistribution
make -f examples/cpp/CMakeFiles/UseExternalMap.dir/build.make examples/cpp/CMakeFiles/UseExternalMap.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/UseExternalMap.dir/DependInfo.cmake --color=
Scanning dependencies of target UseExternalMap
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/UseExternalMap.dir/build.make examples/cpp/CMakeFiles/UseExternalMap.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 88%] Building CXX object examples/cpp/CMakeFiles/UseExternalMap.dir/UseExternalMap.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/UseExternalMap.dir/UseExternalMap.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/UseExternalMap.cc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 88%] Built target HelloWorld
make -f examples/cpp/CMakeFiles/TCPSendStack.dir/build.make examples/cpp/CMakeFiles/TCPSendStack.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/TCPSendStack.dir/DependInfo.cmake --color=
Scanning dependencies of target TCPSendStack
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/TCPSendStack.dir/build.make examples/cpp/CMakeFiles/TCPSendStack.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 89%] Building CXX object examples/cpp/CMakeFiles/TCPSendStack.dir/TCPSendStack.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/TCPSendStack.dir/TCPSendStack.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/TCPSendStack.cc
[ 89%] Linking CXX executable UseExternalMap
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/UseExternalMap.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/UseExternalMap.dir/UseExternalMap.cc.o -o UseExternalMap ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
[ 89%] Linking CXX executable TCPSendStack
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/TCPSendStack.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/TCPSendStack.dir/TCPSendStack.cc.o -o TCPSendStack ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 89%] Built target UseExternalMap
make -f examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build.make examples/cpp/CMakeFiles/RecordMySQLQuery.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/RecordMySQLQuery.dir/DependInfo.cmake --color=
Scanning dependencies of target RecordMySQLQuery
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build.make examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 89%] Building CXX object examples/cpp/CMakeFiles/RecordMySQLQuery.dir/RecordMySQLQuery.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/RecordMySQLQuery.dir/RecordMySQLQuery.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/RecordMySQLQuery.cc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 89%] Built target TCPSendStack
make -f examples/cpp/CMakeFiles/RandomRead.dir/build.make examples/cpp/CMakeFiles/RandomRead.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/RandomRead.dir/DependInfo.cmake --color=
Scanning dependencies of target RandomRead
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/RandomRead.dir/build.make examples/cpp/CMakeFiles/RandomRead.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 89%] Building CXX object examples/cpp/CMakeFiles/RandomRead.dir/RandomRead.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/RandomRead.dir/RandomRead.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/RandomRead.cc
[ 90%] Linking CXX executable RandomRead
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/RandomRead.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/RandomRead.dir/RandomRead.cc.o -o RandomRead ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
[ 90%] Linking CXX executable RecordMySQLQuery
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/RecordMySQLQuery.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/RecordMySQLQuery.dir/RecordMySQLQuery.cc.o -o RecordMySQLQuery ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 90%] Built target RecordMySQLQuery
make -f examples/cpp/CMakeFiles/LLCStat.dir/build.make examples/cpp/CMakeFiles/LLCStat.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/LLCStat.dir/DependInfo.cmake --color=
[ 90%] Built target RandomRead
make -f examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build.make examples/cpp/pyperf/CMakeFiles/PyPerf.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf/CMakeFiles/PyPerf.dir/DependInfo.cmake --color=
Scanning dependencies of target LLCStat
Scanning dependencies of target PyPerf
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/LLCStat.dir/build.make examples/cpp/CMakeFiles/LLCStat.dir/build
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build.make examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 91%] Building CXX object examples/cpp/CMakeFiles/LLCStat.dir/LLCStat.cc.o
[ 91%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerf.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/PyPerf.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/PyPerf.cc
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/LLCStat.dir/LLCStat.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/LLCStat.cc
[ 91%] Linking CXX executable LLCStat
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp && /usr/bin/cmake -E cmake_link_script CMakeFiles/LLCStat.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/LLCStat.dir/LLCStat.cc.o -o LLCStat ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
[ 91%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfUtil.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/PyPerfUtil.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/PyPerfUtil.cc
[ 91%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfBPFProgram.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/PyPerfBPFProgram.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/PyPerfBPFProgram.cc
[ 92%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfLoggingHelper.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/PyPerfLoggingHelper.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/PyPerfLoggingHelper.cc
[ 92%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/PyPerfDefaultPrinter.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/PyPerfDefaultPrinter.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/PyPerfDefaultPrinter.cc
[ 93%] Building CXX object examples/cpp/pyperf/CMakeFiles/PyPerf.dir/Py36Offsets.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/c++ -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -std=gnu++14 -o CMakeFiles/PyPerf.dir/Py36Offsets.cc.o -c /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf/Py36Offsets.cc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 93%] Built target LLCStat
make -f tests/cc/CMakeFiles/test_libbcc.dir/build.make tests/cc/CMakeFiles/test_libbcc.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/test_libbcc.dir/DependInfo.cmake --color=
[ 93%] Linking CXX executable PyPerf
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf && /usr/bin/cmake -E cmake_link_script CMakeFiles/PyPerf.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/PyPerf.dir/PyPerf.cc.o CMakeFiles/PyPerf.dir/PyPerfUtil.cc.o CMakeFiles/PyPerf.dir/PyPerfBPFProgram.cc.o CMakeFiles/PyPerf.dir/PyPerfLoggingHelper.cc.o CMakeFiles/PyPerf.dir/PyPerfDefaultPrinter.cc.o CMakeFiles/PyPerf.dir/Py36Offsets.cc.o -o PyPerf ../../../src/cc/libbcc.a ../../../src/cc/frontends/b/libb_frontend.a ../../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../../src/cc/libbcc_bpf.a ../../../src/cc/api/libapi-static.a ../../../src/cc/usdt/libusdt-static.a ../../../src/cc/libbcc-loader-static.a -lelf -lz
Scanning dependencies of target test_libbcc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/test_libbcc.dir/build.make tests/cc/CMakeFiles/test_libbcc.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_libbcc.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_libbcc.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_libbcc.cc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 94%] Built target PyPerf
make -f tests/cc/CMakeFiles/test_static.dir/build.make tests/cc/CMakeFiles/test_static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/test_static.dir/DependInfo.cmake --color=
Scanning dependencies of target test_static
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/test_static.dir/build.make tests/cc/CMakeFiles/test_static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 94%] Building C object tests/cc/CMakeFiles/test_static.dir/test_static.c.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/cc -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -o CMakeFiles/test_static.dir/test_static.c.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_static.c
[ 95%] Linking CXX executable test_static
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_static.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/test_static.dir/test_static.c.o -o test_static ../../src/cc/libbcc.a ../../src/cc/frontends/b/libb_frontend.a ../../src/cc/frontends/clang/libclang_frontend.a -Wl,--whole-archive /usr/lib/llvm-3.8/lib/libclangFrontend.a /usr/lib/llvm-3.8/lib/libclangSerialization.a /usr/lib/llvm-3.8/lib/libclangDriver.a /usr/lib/llvm-3.8/lib/libclangParse.a /usr/lib/llvm-3.8/lib/libclangSema.a /usr/lib/llvm-3.8/lib/libclangCodeGen.a /usr/lib/llvm-3.8/lib/libclangAnalysis.a /usr/lib/llvm-3.8/lib/libclangRewrite.a /usr/lib/llvm-3.8/lib/libclangEdit.a /usr/lib/llvm-3.8/lib/libclangAST.a /usr/lib/llvm-3.8/lib/libclangLex.a /usr/lib/llvm-3.8/lib/libclangBasic.a /usr/lib/llvm-3.8/lib/libLLVMX86CodeGen.a /usr/lib/llvm-3.8/lib/libLLVMX86Desc.a /usr/lib/llvm-3.8/lib/libLLVMX86Info.a /usr/lib/llvm-3.8/lib/libLLVMMCDisassembler.a /usr/lib/llvm-3.8/lib/libLLVMX86AsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMX86Utils.a /usr/lib/llvm-3.8/lib/libLLVMLTO.a /usr/lib/llvm-3.8/lib/libLLVMPasses.a /usr/lib/llvm-3.8/lib/libLLVMipo.a /usr/lib/llvm-3.8/lib/libLLVMVectorize.a /usr/lib/llvm-3.8/lib/libLLVMOption.a /usr/lib/llvm-3.8/lib/libLLVMObjCARCOpts.a /usr/lib/llvm-3.8/lib/libLLVMMCJIT.a /usr/lib/llvm-3.8/lib/libLLVMExecutionEngine.a /usr/lib/llvm-3.8/lib/libLLVMRuntimeDyld.a /usr/lib/llvm-3.8/lib/libLLVMLinker.a /usr/lib/llvm-3.8/lib/libLLVMIRReader.a /usr/lib/llvm-3.8/lib/libLLVMAsmParser.a /usr/lib/llvm-3.8/lib/libLLVMDebugInfoDWARF.a /usr/lib/llvm-3.8/lib/libLLVMBPFCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMSelectionDAG.a /usr/lib/llvm-3.8/lib/libLLVMBPFDesc.a /usr/lib/llvm-3.8/lib/libLLVMBPFInfo.a /usr/lib/llvm-3.8/lib/libLLVMBPFAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMAsmPrinter.a /usr/lib/llvm-3.8/lib/libLLVMCodeGen.a /usr/lib/llvm-3.8/lib/libLLVMTarget.a /usr/lib/llvm-3.8/lib/libLLVMScalarOpts.a /usr/lib/llvm-3.8/lib/libLLVMInstCombine.a /usr/lib/llvm-3.8/lib/libLLVMInstrumentation.a /usr/lib/llvm-3.8/lib/libLLVMTransformUtils.a /usr/lib/llvm-3.8/lib/libLLVMProfileData.a /usr/lib/llvm-3.8/lib/libLLVMObject.a /usr/lib/llvm-3.8/lib/libLLVMMCParser.a /usr/lib/llvm-3.8/lib/libLLVMMC.a /usr/lib/llvm-3.8/lib/libLLVMBitReader.a /usr/lib/llvm-3.8/lib/libLLVMAnalysis.a /usr/lib/llvm-3.8/lib/libLLVMBitWriter.a /usr/lib/llvm-3.8/lib/libLLVMCore.a /usr/lib/llvm-3.8/lib/libLLVMSupport.a -lrt -ldl -ltinfo -lpthread -lm -Wl,--no-whole-archive -lelf ../../src/cc/libbcc_bpf.a ../../src/cc/api/libapi-static.a ../../src/cc/usdt/libusdt-static.a ../../src/cc/libbcc-loader-static.a -lelf -lz
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 95%] Built target test_static
[ 95%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_c_api.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_c_api.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_c_api.cc
[ 95%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_array_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_array_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_array_table.cc
[ 96%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_bpf_table.cc
[ 96%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_hash_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_hash_table.cc
[ 96%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_map_in_map.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_map_in_map.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_map_in_map.cc
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_perf_event.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_perf_event.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_perf_event.cc
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_pinned_table.cc
[ 98%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_prog_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_prog_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_prog_table.cc
[ 98%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_shared_table.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_shared_table.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_shared_table.cc
[ 98%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_sk_storage.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_sk_storage.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_sk_storage.cc
[ 99%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_usdt_args.cc
[ 99%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/test_usdt_probes.cc
[ 99%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/utils.cc.o
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/c++ -DLIBBCC_NAME=\"libbcc.so\" -I/usr/lib/llvm-3.8/include/../tools/clang/include -I/tmp/debuild.fm3lgL/bcc/src/cc -I/tmp/debuild.fm3lgL/bcc/src/cc/api -I/tmp/debuild.fm3lgL/bcc/src/cc/libbpf/include/uapi -I/tmp/debuild.fm3lgL/bcc/tests/python/include -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -std=gnu++14 -o CMakeFiles/test_libbcc.dir/utils.cc.o -c /tmp/debuild.fm3lgL/bcc/tests/cc/utils.cc
[100%] Linking CXX executable test_libbcc
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_libbcc.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/tmp/debuild.fm3lgL/bcc=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wno-unused-result -Wl,-Bsymbolic-functions -Wl,-z,relro -rdynamic CMakeFiles/test_libbcc.dir/test_libbcc.cc.o CMakeFiles/test_libbcc.dir/test_c_api.cc.o CMakeFiles/test_libbcc.dir/test_array_table.cc.o CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o CMakeFiles/test_libbcc.dir/test_hash_table.cc.o CMakeFiles/test_libbcc.dir/test_map_in_map.cc.o CMakeFiles/test_libbcc.dir/test_perf_event.cc.o CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o CMakeFiles/test_libbcc.dir/test_prog_table.cc.o CMakeFiles/test_libbcc.dir/test_shared_table.cc.o CMakeFiles/test_libbcc.dir/test_sk_storage.cc.o CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o CMakeFiles/test_libbcc.dir/utils.cc.o -o test_libbcc -L/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc -Wl,-rpath,/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc:/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc -lbcc -ldl libusdt_test_lib.so
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[100%] Built target test_libbcc
make[2]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
debian/rules override_dh_auto_test
make[1]: Entering directory '/tmp/debuild.fm3lgL/bcc'
dh_auto_test -O--buildsystem=cmake -O--no-parallel
make[1]: Leaving directory '/tmp/debuild.fm3lgL/bcc'
fakeroot debian/rules binary
dh binary --buildsystem=cmake --parallel --with python2,python3
dh_testroot -O--buildsystem=cmake -O--parallel
dh_prep -O--buildsystem=cmake -O--parallel
dh_auto_install -O--buildsystem=cmake -O--parallel
make -j2 install DESTDIR=/tmp/debuild.fm3lgL/bcc/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
/usr/bin/cmake -H/tmp/debuild.fm3lgL/bcc -B/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-shared.dir/build.make src/cc/CMakeFiles/bpf-shared.dir/depend
make -f src/cc/CMakeFiles/bpf-static.dir/build.make src/cc/CMakeFiles/bpf-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bpf-shared.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bpf-static.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-shared.dir/build.make src/cc/CMakeFiles/bpf-shared.dir/build
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bpf-static.dir/build.make src/cc/CMakeFiles/bpf-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/CMakeFiles/bpf-shared.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/CMakeFiles/bpf-static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 6%] Built target bpf-shared
[ 12%] Built target bpf-static
make -f src/cc/CMakeFiles/bcc-loader-static.dir/build.make src/cc/CMakeFiles/bcc-loader-static.dir/depend
make -f src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build.make src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-loader-static.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/frontends/clang /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bcc-loader-static.dir/build.make src/cc/CMakeFiles/bcc-loader-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/CMakeFiles/bcc-loader-static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build.make src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build
[ 14%] Built target bcc-loader-static
make -f src/cc/api/CMakeFiles/api-static.dir/build.make src/cc/api/CMakeFiles/api-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/api /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/api/CMakeFiles/api-static.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/api/CMakeFiles/api-static.dir/build.make src/cc/api/CMakeFiles/api-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/api/CMakeFiles/api-static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 17%] Built target clang_frontend
make -f src/cc/usdt/CMakeFiles/usdt-static.dir/build.make src/cc/usdt/CMakeFiles/usdt-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/usdt /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/usdt/CMakeFiles/usdt-static.dir/DependInfo.cmake --color=
[ 18%] Built target api-static
make -f src/cc/frontends/b/CMakeFiles/b_frontend.dir/build.make src/cc/frontends/b/CMakeFiles/b_frontend.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc/frontends/b /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/frontends/b/CMakeFiles/b_frontend.dir/DependInfo.cmake --color=
make -f src/cc/usdt/CMakeFiles/usdt-static.dir/build.make src/cc/usdt/CMakeFiles/usdt-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/usdt/CMakeFiles/usdt-static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/frontends/b/CMakeFiles/b_frontend.dir/build.make src/cc/frontends/b/CMakeFiles/b_frontend.dir/build
[ 19%] Built target usdt-static
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/python/CMakeFiles/bcc_py_python3.dir/build.make src/python/CMakeFiles/bcc_py_python3.dir/depend
make[3]: Nothing to be done for 'src/cc/frontends/b/CMakeFiles/b_frontend.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/CMakeFiles/bcc_py_python3.dir/DependInfo.cmake --color=
[ 23%] Built target b_frontend
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/python/CMakeFiles/bcc_py_python3.dir/build.make src/python/CMakeFiles/bcc_py_python3.dir/build
make -f src/python/CMakeFiles/bcc_py_python2.dir/build.make src/python/CMakeFiles/bcc_py_python2.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/python/CMakeFiles/bcc_py_python2.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/python/CMakeFiles/bcc_py_python3.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 23%] Built target bcc_py_python3
make -f src/lua/CMakeFiles/bcc-lua.dir/build.make src/lua/CMakeFiles/bcc-lua.dir/depend
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/python/CMakeFiles/bcc_py_python2.dir/build.make src/python/CMakeFiles/bcc_py_python2.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/lua /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/lua/CMakeFiles/bcc-lua.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/python/CMakeFiles/bcc_py_python2.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/lua/CMakeFiles/bcc-lua.dir/build.make src/lua/CMakeFiles/bcc-lua.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/lua/CMakeFiles/bcc-lua.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 24%] Built target bcc_py_python2
make -f introspection/CMakeFiles/bps.dir/build.make introspection/CMakeFiles/bps.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/introspection /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/introspection/CMakeFiles/bps.dir/DependInfo.cmake --color=
[ 26%] Built target bcc-lua
make -f man/man8/CMakeFiles/man.dir/build.make man/man8/CMakeFiles/man.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/man/man8 /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8 /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/man/man8/CMakeFiles/man.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f introspection/CMakeFiles/bps.dir/build.make introspection/CMakeFiles/bps.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'introspection/CMakeFiles/bps.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f man/man8/CMakeFiles/man.dir/build.make man/man8/CMakeFiles/man.dir/build
[ 26%] Built target bps
make -f tests/cc/CMakeFiles/usdt_test_lib.dir/build.make tests/cc/CMakeFiles/usdt_test_lib.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/usdt_test_lib.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'man/man8/CMakeFiles/man.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/usdt_test_lib.dir/build.make tests/cc/CMakeFiles/usdt_test_lib.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'tests/cc/CMakeFiles/usdt_test_lib.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 71%] Built target man
make -f src/cc/CMakeFiles/bcc-shared.dir/build.make src/cc/CMakeFiles/bcc-shared.dir/depend
[ 72%] Built target usdt_test_lib
make -f src/cc/CMakeFiles/bcc-static.dir/build.make src/cc/CMakeFiles/bcc-static.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-shared.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/src/cc/CMakeFiles/bcc-static.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f src/cc/CMakeFiles/bcc-shared.dir/build.make src/cc/CMakeFiles/bcc-shared.dir/build
make -f src/cc/CMakeFiles/bcc-static.dir/build.make src/cc/CMakeFiles/bcc-static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/CMakeFiles/bcc-static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'src/cc/CMakeFiles/bcc-shared.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 78%] Built target bcc-static
make -f examples/cpp/CMakeFiles/CGroupTest.dir/build.make examples/cpp/CMakeFiles/CGroupTest.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/CGroupTest.dir/DependInfo.cmake --color=
[ 84%] Built target bcc-shared
make -f examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build.make examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/CGroupTest.dir/build.make examples/cpp/CMakeFiles/CGroupTest.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/CGroupTest.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build.make examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build
[ 84%] Built target CGroupTest
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/FollyRequestContextSwitch.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/CPUDistribution.dir/build.make examples/cpp/CMakeFiles/CPUDistribution.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/CPUDistribution.dir/DependInfo.cmake --color=
[ 85%] Built target FollyRequestContextSwitch
make -f examples/cpp/CMakeFiles/HelloWorld.dir/build.make examples/cpp/CMakeFiles/HelloWorld.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/HelloWorld.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/CPUDistribution.dir/build.make examples/cpp/CMakeFiles/CPUDistribution.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/CPUDistribution.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/HelloWorld.dir/build.make examples/cpp/CMakeFiles/HelloWorld.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/HelloWorld.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 87%] Built target CPUDistribution
[ 87%] Built target HelloWorld
make -f examples/cpp/CMakeFiles/UseExternalMap.dir/build.make examples/cpp/CMakeFiles/UseExternalMap.dir/depend
make -f examples/cpp/CMakeFiles/TCPSendStack.dir/build.make examples/cpp/CMakeFiles/TCPSendStack.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/UseExternalMap.dir/DependInfo.cmake --color=
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/TCPSendStack.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/UseExternalMap.dir/build.make examples/cpp/CMakeFiles/UseExternalMap.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/UseExternalMap.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/TCPSendStack.dir/build.make examples/cpp/CMakeFiles/TCPSendStack.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/TCPSendStack.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[ 88%] Built target UseExternalMap
make -f examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build.make examples/cpp/CMakeFiles/RecordMySQLQuery.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/RecordMySQLQuery.dir/DependInfo.cmake --color=
[ 89%] Built target TCPSendStack
make -f examples/cpp/CMakeFiles/RandomRead.dir/build.make examples/cpp/CMakeFiles/RandomRead.dir/depend
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/RandomRead.dir/DependInfo.cmake --color=
make -f examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build.make examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/RecordMySQLQuery.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/RandomRead.dir/build.make examples/cpp/CMakeFiles/RandomRead.dir/build
[ 89%] Built target RecordMySQLQuery
make -f examples/cpp/CMakeFiles/LLCStat.dir/build.make examples/cpp/CMakeFiles/LLCStat.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/CMakeFiles/LLCStat.dir/DependInfo.cmake --color=
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/RandomRead.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/CMakeFiles/LLCStat.dir/build.make examples/cpp/CMakeFiles/LLCStat.dir/build
[ 90%] Built target RandomRead
make -f examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build.make examples/cpp/pyperf/CMakeFiles/PyPerf.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/CMakeFiles/LLCStat.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/examples/cpp/pyperf /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/examples/cpp/pyperf/CMakeFiles/PyPerf.dir/DependInfo.cmake --color=
[ 90%] Built target LLCStat
make -f tests/cc/CMakeFiles/test_libbcc.dir/build.make tests/cc/CMakeFiles/test_libbcc.dir/depend
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/test_libbcc.dir/DependInfo.cmake --color=
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build.make examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'examples/cpp/pyperf/CMakeFiles/PyPerf.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/test_libbcc.dir/build.make tests/cc/CMakeFiles/test_libbcc.dir/build
[ 93%] Built target PyPerf
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/test_static.dir/build.make tests/cc/CMakeFiles/test_static.dir/depend
make[3]: Nothing to be done for 'tests/cc/CMakeFiles/test_libbcc.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
cd /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/debuild.fm3lgL/bcc /tmp/debuild.fm3lgL/bcc/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/tests/cc/CMakeFiles/test_static.dir/DependInfo.cmake --color=
[ 99%] Built target test_libbcc
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make -f tests/cc/CMakeFiles/test_static.dir/build.make tests/cc/CMakeFiles/test_static.dir/build
make[3]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[3]: Nothing to be done for 'tests/cc/CMakeFiles/test_static.dir/build'.
make[3]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
[100%] Built target test_static
make[2]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start /tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu/CMakeFiles 0
make -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc.so.0.11.0
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc.so.0
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc.so
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc.a
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc-loader-static.a
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc_bpf.a
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/file_desc.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/table_desc.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/table_storage.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_common.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bpf_module.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_exception.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_syms.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_proc.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_elf.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/bcc_usdt.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/if_xdp.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/bpf.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/if_link.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/bpf_common.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/btf.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/compat/linux/netlink.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/libbcc.pc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/libbpf.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/perf_reader.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/x86_64-linux-gnu/libbcc_bpf.so
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/BPF.h
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/include/bcc/BPFTable.h
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/bcc
copying bcc/version.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/__init__.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/syscall.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/perf.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/libbcc.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/table.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/tcp.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/utils.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/disassembler.py -> build/lib.linux-x86_64-2.7/bcc
copying bcc/usdt.py -> build/lib.linux-x86_64-2.7/bcc
running install_lib
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/version.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/__init__.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/syscall.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/perf.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/libbcc.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/table.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/tcp.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/utils.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/disassembler.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
copying build/lib.linux-x86_64-2.7/bcc/usdt.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/version.py to version.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/__init__.py to __init__.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/syscall.py to syscall.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/perf.py to perf.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/libbcc.py to libbcc.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/table.py to table.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/tcp.py to tcp.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/utils.py to utils.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/disassembler.py to disassembler.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc/usdt.py to usdt.pyc
running install_egg_info
Writing /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python2.7/dist-packages/bcc-0.11.0.egg-info
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/bcc
copying bcc/version.py -> build/lib/bcc
copying bcc/__init__.py -> build/lib/bcc
copying bcc/syscall.py -> build/lib/bcc
copying bcc/perf.py -> build/lib/bcc
copying bcc/libbcc.py -> build/lib/bcc
copying bcc/table.py -> build/lib/bcc
copying bcc/tcp.py -> build/lib/bcc
copying bcc/utils.py -> build/lib/bcc
copying bcc/disassembler.py -> build/lib/bcc
copying bcc/usdt.py -> build/lib/bcc
running install_lib
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages
creating /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/version.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/__init__.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/syscall.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/perf.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/libbcc.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/table.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/tcp.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/utils.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/disassembler.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
copying build/lib/bcc/usdt.py -> /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/version.py to version.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/__init__.py to __init__.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/syscall.py to syscall.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/perf.py to perf.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/libbcc.py to libbcc.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/table.py to table.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/tcp.py to tcp.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/utils.py to utils.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/disassembler.py to disassembler.cpython-36.pyc
byte-compiling /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc/usdt.py to usdt.cpython-36.pyc
running install_egg_info
Writing /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/lib/python3/dist-packages/bcc-0.11.0.egg-info
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/bin/bcc-lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/introspection/bps
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/hello_world.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/bashreadline.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/bashreadline.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/kprobe-latency.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/kprobe-write.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/memleak.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/offcputime.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/sock-parse-dns.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/sock-parse-http.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/sock-proto.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/sock-protolen.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/strlen_count.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/task_switch.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/tracepoint-offcputime.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/uprobe-readline-perf.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/uprobe-readline.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/uprobe-tailkt.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/lua/usdt_ruby.lua
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/simulation.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/simple_tc.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tc_perf_event.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/simulation.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/tunnel.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/main.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/distributed_bridge/tunnel.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/neighbor_sharing/README.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/neighbor_sharing/simulation.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/vlan_learning/README.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/vlan_learning/simulation.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/vlan_learning/vlan_learning.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/README.md
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/chord.png
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/monitor.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/simulation.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/vxlan.jpg
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/main.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/monitor.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/setup.sh
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/tunnel_monitor/traffic.sh
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/http_filter/http-parse-complete.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/http_filter/http-parse-simple.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/http_filter/README.md
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/http_filter/http-parse-complete.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/http_filter/http-parse-simple.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/xdp/xdp_drop_count.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/xdp/xdp_macswap_count.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/xdp/xdp_redirect_cpu.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/networking/xdp/xdp_redirect_map.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/bitehist.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/dddos.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/disksnoop.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/hello_fields.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/hello_perf_output.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/kvm_hypercall.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/mallocstacks.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/mysqld_query.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/nodejs_http_server.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/stack_buildid_example.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/stacksnoop.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/strlen_count.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/strlen_hist.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/strlen_snoop.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/sync_timing.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/task_switch.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/tcpv4connect.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/trace_fields.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/trace_perf_output.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/urandomread-explicit.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/urandomread.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/vfsreadlat.py
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/task_switch.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/vfsreadlat.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/CMakeLists.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/bitehist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/dddos_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/disksnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/kvm_hypercall.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/mysqld_query_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/nodejs_http_server_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/stacksnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/tcpv4connect_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/urandomread_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/examples/tracing/vfsreadlat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/argdist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/bashreadline.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/biolatency.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/biosnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/biotop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/bitesize.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/bpflist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/bps.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/btrfsdist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/btrfsslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cachestat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cachetop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/capable.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cobjnew.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/compactsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cpudist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cpuunclaimed.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/criticalstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/cthreads.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/dbslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/dbstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/dcsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/dcstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/deadlock.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/drsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/execsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/exitsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ext4dist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ext4slower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/filelife.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/fileslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/filetop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/funccount.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/funclatency.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/funcslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/gethostlatency.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/hardirqs.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/inject.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javacalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javaflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javagc.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javaobjnew.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javastat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/javathreads.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/killsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/klockstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/llcstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/mdflush.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/memleak.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/mountsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/mysqld_qslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/nfsdist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/nfsslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/nodegc.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/nodestat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/offcputime.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/offwaketime.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/oomkill.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/opensnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/perlcalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/perlflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/perlstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/phpcalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/phpflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/phpstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/pidpersec.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/profile.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/pythoncalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/pythonflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/pythongc.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/pythonstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/reset-trace.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/rubycalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/rubyflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/rubygc.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/rubyobjnew.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/rubystat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/runqlat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/runqlen.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/runqslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/shmsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/slabratetop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/sofdsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/softirqs.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/solisten.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/spfdsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/sslsniff.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/stackcount.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/statsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/syncsnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/syscount.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tclcalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tclflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tclobjnew.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tclstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpaccept.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpconnect.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpconnlat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpdrop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcplife.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpretrans.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpstates.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcpsubnet.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcptop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tcptracer.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/tplist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/trace.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ttysnoop.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ucalls.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/uflow.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ugc.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/uobjnew.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/ustat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/uthreads.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/vfscount.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/vfsstat.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/wakeuptime.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/xfsdist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/xfsslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/zfsdist.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/man/man8/zfsslower.8.gz
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/argdist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/bashreadline
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/biolatency
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/biosnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/biotop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/bitesize
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/bpflist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/btrfsdist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/btrfsslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/cachestat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/cachetop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/capable
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/compactsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/cpudist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/cpuunclaimed
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/criticalstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/dbslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/dbstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/dcsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/dcstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/deadlock
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/drsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/execsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/exitsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/ext4dist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/ext4slower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/filelife
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/fileslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/filetop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/funccount
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/funclatency
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/funcslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/gethostlatency
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/hardirqs
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/inject
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/killsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/klockstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/llcstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/mdflush
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/memleak
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/mountsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/mysqld_qslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/nfsdist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/nfsslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/offcputime
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/offwaketime
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/oomkill
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/opensnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/pidpersec
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/profile
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/runqlat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/runqlen
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/runqslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/shmsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/slabratetop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/sofdsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/softirqs
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/solisten
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/sslsniff
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/stackcount
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/statsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/syncsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/syscount
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpaccept
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpconnect
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpconnlat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpdrop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcplife
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpretrans
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpstates
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcpsubnet
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcptop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tcptracer
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tplist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/trace
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/ttysnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/vfscount
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/vfsstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/wakeuptime
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/xfsdist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/xfsslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/zfsdist
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/zfsslower
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/cobjnew
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javacalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javaflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javagc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javaobjnew
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javastat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/javathreads
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/nodegc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/nodestat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/perlcalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/perlflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/perlstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/phpcalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/phpflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/phpstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/pythoncalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/pythonflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/pythongc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/pythonstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/reset-trace
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/rubycalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/rubyflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/rubygc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/rubyobjnew
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/rubystat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tclcalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tclflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tclobjnew
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/tclstat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/deadlock.c
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/argdist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/bashreadline_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/biolatency_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/biosnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/biotop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/bitesize_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/bpflist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/btrfsdist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/btrfsslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cachestat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cachetop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/capable_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cobjnew_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/compactsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cpudist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cpuunclaimed_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/criticalstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/cthreads_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/dbslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/dbstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/dcsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/dcstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/deadlock_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/drsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/execsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/exitsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/ext4dist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/ext4slower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/filelife_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/fileslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/filetop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/funccount_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/funclatency_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/funcslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/gethostlatency_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/hardirqs_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/inject_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javacalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javaflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javagc_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javaobjnew_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javastat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/javathreads_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/killsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/klockstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/llcstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/mdflush_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/memleak_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/mountsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/mysqld_qslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/nfsdist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/nfsslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/nodegc_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/nodestat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/offcputime_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/offwaketime_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/oomkill_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/opensnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/perlcalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/perlflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/perlstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/phpcalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/phpflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/phpstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/pidpersec_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/profile_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/pythoncalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/pythonflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/pythongc_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/pythonstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/reset-trace_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/rubycalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/rubyflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/rubygc_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/rubyobjnew_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/rubystat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/runqlat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/runqlen_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/runqslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/shmsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/slabratetop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/sofdsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/softirqs_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/solisten_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/sslsniff_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/stackcount_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/statsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/syncsnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/syscount_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tclcalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tclflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tclobjnew_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tclstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpaccept_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpconnect_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpconnlat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpdrop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcplife_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpretrans_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpstates_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcpsubnet_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcptop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tcptracer_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/tplist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/trace_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/ttysnoop_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/vfscount_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/vfsstat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/wakeuptime_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/xfsdist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/xfsslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/zfsdist_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/zfsslower_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/ucalls
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/uflow
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/ugc
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/uobjnew
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/ustat
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/lib/uthreads
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/ucalls_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/uflow_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/ugc_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/uobjnew_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/ustat_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/doc/lib/uthreads_example.txt
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/bashreadline
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/biosnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/compactsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/filelife
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/gethostlatency
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/killsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/memleak
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/offcputime
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/offwaketime
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/oomkill
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/opensnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/profile
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/softirqs
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/stackcount
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/stacksnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/statsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/syncsnoop
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/tcpaccept
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/tcpconnect
-- Installing: /tmp/debuild.fm3lgL/bcc/debian/tmp/usr/share/bcc/tools/old/wakeuptime
make[1]: Leaving directory '/tmp/debuild.fm3lgL/bcc/obj-x86_64-linux-gnu'
dh_install -O--buildsystem=cmake -O--parallel
dh_installdocs -O--buildsystem=cmake -O--parallel
dh_installchangelogs -O--buildsystem=cmake -O--parallel
dh_python2 -O--buildsystem=cmake -O--parallel
dh_python3 -O--buildsystem=cmake -O--parallel
dh_perl -O--buildsystem=cmake -O--parallel
dh_link -O--buildsystem=cmake -O--parallel
dh_strip_nondeterminism -O--buildsystem=cmake -O--parallel
dh_compress -O--buildsystem=cmake -O--parallel
dh_fixperms -O--buildsystem=cmake -O--parallel
dh_missing -O--buildsystem=cmake -O--parallel
dh_strip -O--buildsystem=cmake -O--parallel
dh_makeshlibs -O--buildsystem=cmake -O--parallel
dh_shlibdeps -O--buildsystem=cmake -O--parallel
dpkg-shlibdeps: warning: symbol gelf_getshdr used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_strptr used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_begin used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_nextscn used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_version used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_end used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_memory used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol gzopen used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_getscn used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: symbol elf_rawdata used by debian/libbcc/usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 found in none of the libraries
dpkg-shlibdeps: warning: 6 other similar warnings have been skipped (use -v to see them all)
dh_installdeb -O--buildsystem=cmake -O--parallel
dh_gencontrol -O--buildsystem=cmake -O--parallel
dpkg-gencontrol: warning: package libbcc: unused substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: package python3-bcc: unused substitution variable ${python3:Depends}
dpkg-gencontrol: warning: package bcc-tools: unused substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: package python-bcc: unused substitution variable ${python:Versions}
dpkg-gencontrol: warning: package python-bcc: unused substitution variable ${python:Depends}
dpkg-gencontrol: warning: package python-bcc: unused substitution variable ${python:Provides}
dpkg-gencontrol: warning: package bcc-lua: unused substitution variable ${shlibs:Depends}
dh_md5sums -O--buildsystem=cmake -O--parallel
dh_builddeb -O--buildsystem=cmake -O--parallel
dpkg-deb: building package 'libbcc' in '../libbcc_0.11.0-127.git.7130709e_all.deb'.
dpkg-deb: building package 'python3-bcc' in '../python3-bcc_0.11.0-127.git.7130709e_all.deb'.
dpkg-deb: building package 'bcc-tools' in '../bcc-tools_0.11.0-127.git.7130709e_all.deb'.
dpkg-deb: building package 'bcc-lua' in '../bcc-lua_0.11.0-127.git.7130709e_all.deb'.
dpkg-deb: building package 'libbcc-examples' in '../libbcc-examples_0.11.0-127.git.7130709e_amd64.deb'.
dpkg-deb: building package 'python-bcc' in '../python-bcc_0.11.0-127.git.7130709e_all.deb'.
dpkg-genbuildinfo
dpkg-genchanges >../bcc_0.11.0-127.git.7130709e_amd64.changes
dpkg-genchanges: warning: the current version (0.11.0-127.git.7130709e) is earlier than the previous one (0.12.0-1)
dpkg-genchanges: info: including full source code in upload
dpkg-source --after-build bcc
dpkg-buildpackage: info: full upload (original source is included)
Now running lintian...
W: bcc source: package-depends-on-hardcoded-libc libbcc depends
W: bcc source: debhelper-but-no-misc-depends libbcc
W: bcc source: debhelper-but-no-misc-depends libbcc-examples
W: bcc source: debhelper-but-no-misc-depends python-bcc
W: bcc source: debhelper-but-no-misc-depends python3-bcc
W: bcc source: debhelper-but-no-misc-depends bcc-tools
W: bcc source: debhelper-but-no-misc-depends bcc-lua
W: bcc source: binary-nmu-debian-revision-in-source 0.11.0-127.git.7130709e
W: bcc source: missing-license-paragraph-in-dep5-copyright apache-2.0 (paragraph at line 5)
W: bcc source: ancient-standards-version 3.9.5 (current is 4.1.1)
E: bcc source: not-binnmuable-any-depends-all libbcc-examples -> libbcc
W: python-bcc: latest-debian-changelog-entry-without-new-version
E: python-bcc: extended-description-is-empty
W: python-bcc: wrong-section-according-to-package-name python-bcc => python
W: libbcc-examples: latest-debian-changelog-entry-without-new-version
E: libbcc-examples: extended-description-is-empty
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/hello_world.py
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/bashreadline.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/kprobe-latency.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/kprobe-write.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/memleak.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/offcputime.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/sock-parse-dns.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/sock-parse-http.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/sock-proto.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/sock-protolen.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/strlen_count.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/task_switch.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/tracepoint-offcputime.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/uprobe-readline-perf.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/uprobe-readline.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/uprobe-tailkt.lua #!bcc-lua
W: libbcc-examples: unusual-interpreter usr/share/bcc/examples/lua/usdt_ruby.lua #!bcc-lua
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/distributed_bridge/main.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/distributed_bridge/tunnel.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/distributed_bridge/tunnel_mesh.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/http_filter/http-parse-complete.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/http_filter/http-parse-simple.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/neighbor_sharing/tc_neighbor_sharing.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/simple_tc.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/tc_perf_event.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/tunnel_monitor/main.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/tunnel_monitor/monitor.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/vlan_learning/vlan_learning.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/xdp/xdp_drop_count.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/xdp/xdp_macswap_count.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/xdp/xdp_redirect_cpu.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/networking/xdp/xdp_redirect_map.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/bitehist.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/dddos.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/disksnoop.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/hello_fields.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/hello_perf_output.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/kvm_hypercall.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/mallocstacks.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/mysqld_query.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/nodejs_http_server.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/stack_buildid_example.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/stacksnoop.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/strlen_count.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/strlen_hist.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/strlen_snoop.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/sync_timing.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/task_switch.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/tcpv4connect.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/trace_fields.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/trace_perf_output.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/urandomread-explicit.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/urandomread.py
E: libbcc-examples: python-script-but-no-python-dep usr/share/bcc/examples/tracing/vfsreadlat.py
W: python3-bcc: latest-debian-changelog-entry-without-new-version
E: python3-bcc: extended-description-is-empty
W: python3-bcc: wrong-section-according-to-package-name python3-bcc => python
E: bcc-lua: arch-independent-package-contains-binary-or-object usr/bin/bcc-lua
E: bcc-lua: missing-dependency-on-libc needed by usr/bin/bcc-lua
W: bcc-lua: latest-debian-changelog-entry-without-new-version
E: bcc-lua: extended-description-is-empty
W: bcc-lua: binary-without-manpage usr/bin/bcc-lua
E: bcc-tools: arch-independent-package-contains-binary-or-object usr/share/bcc/introspection/bps
E: bcc-tools: arch-dependent-file-in-usr-share usr/share/bcc/introspection/bps
E: bcc-tools: missing-dependency-on-libc needed by usr/share/bcc/introspection/bps
W: bcc-tools: latest-debian-changelog-entry-without-new-version
E: bcc-tools: extended-description-is-empty
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/argdist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/bashreadline
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/biolatency
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/biosnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/biotop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/bitesize
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/bpflist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/btrfsdist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/btrfsslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/cachestat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/cachetop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/capable
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/compactsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/cpudist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/cpuunclaimed
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/criticalstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/dbslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/dbstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/dcsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/dcstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/deadlock
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/drsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/execsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/exitsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/ext4dist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/ext4slower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/filelife
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/fileslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/filetop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/funccount
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/funclatency
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/funcslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/gethostlatency
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/hardirqs
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/inject
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/killsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/klockstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/ucalls
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/uflow
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/ugc
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/uobjnew
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/ustat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/lib/uthreads
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/llcstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/mdflush
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/memleak
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/mountsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/mysqld_qslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/nfsdist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/nfsslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/offcputime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/offwaketime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/bashreadline
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/biosnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/compactsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/filelife
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/gethostlatency
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/killsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/memleak
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/offcputime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/offwaketime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/oomkill
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/opensnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/profile
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/softirqs
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/stackcount
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/stacksnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/statsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/syncsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/tcpaccept
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/tcpconnect
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/old/wakeuptime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/oomkill
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/opensnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/pidpersec
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/profile
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/runqlat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/runqlen
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/runqslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/shmsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/slabratetop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/sofdsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/softirqs
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/solisten
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/sslsniff
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/stackcount
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/statsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/syncsnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/syscount
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpaccept
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpconnect
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpconnlat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpdrop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcplife
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpretrans
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpstates
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcpsubnet
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcptop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tcptracer
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/tplist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/trace
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/ttysnoop
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/vfscount
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/vfsstat
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/wakeuptime
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/xfsdist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/xfsslower
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/zfsdist
E: bcc-tools: python-script-but-no-python-dep usr/share/bcc/tools/zfsslower
E: libbcc: arch-independent-package-contains-binary-or-object usr/lib/x86_64-linux-gnu/libbcc-loader-static.a
E: libbcc: arch-independent-package-contains-binary-or-object usr/lib/x86_64-linux-gnu/libbcc.a
E: libbcc: arch-independent-package-contains-binary-or-object usr/lib/x86_64-linux-gnu/libbcc.so.0.11.0
E: libbcc: arch-independent-package-contains-binary-or-object usr/lib/x86_64-linux-gnu/libbcc_bpf.a
E: libbcc: arch-independent-package-contains-binary-or-object usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0
W: libbcc: latest-debian-changelog-entry-without-new-version
E: libbcc: triplet-dir-and-architecture-mismatch usr/lib/x86_64-linux-gnu/ is for amd64
W: libbcc: extra-license-file usr/share/doc/libbcc/LICENSE.txt.gz
W: libbcc: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libbcc_bpf.so.0.11.0 usr/lib/x86_64-linux-gnu/libbcc_bpf.so
W: libbcc: non-dev-pkg-with-shlib-symlink usr/lib/x86_64-linux-gnu/libbcc.so.0.11.0 usr/lib/x86_64-linux-gnu/libbcc.so
Finished running lintian.
+ popd
~/jenkins/workspace/bcc-pr/label/ubuntu1710
+ cp /tmp/debuild.fm3lgL/bcc-lua_0.11.0-127.git.7130709e_all.deb /tmp/debuild.fm3lgL/bcc-tools_0.11.0-127.git.7130709e_all.deb /tmp/debuild.fm3lgL/libbcc-examples_0.11.0-127.git.7130709e_amd64.deb /tmp/debuild.fm3lgL/libbcc_0.11.0-127.git.7130709e_all.deb /tmp/debuild.fm3lgL/python-bcc_0.11.0-127.git.7130709e_all.deb /tmp/debuild.fm3lgL/python3-bcc_0.11.0-127.git.7130709e_all.deb .
+ cleanup
+ [[ -d /tmp/debuild.fm3lgL ]]
+ rm -rf /tmp/debuild.fm3lgL
+ sudo dpkg -i bcc-lua_0.11.0-127.git.7130709e_all.deb bcc-tools_0.11.0-127.git.7130709e_all.deb libbcc-examples_0.11.0-127.git.7130709e_amd64.deb libbcc_0.11.0-127.git.7130709e_all.deb python-bcc_0.11.0-127.git.7130709e_all.deb python3-bcc_0.11.0-127.git.7130709e_all.deb
Selecting previously unselected package bcc-lua.
(Reading database ... 86069 files and directories currently installed.)
Preparing to unpack bcc-lua_0.11.0-127.git.7130709e_all.deb ...
Unpacking bcc-lua (0.11.0-127.git.7130709e) ...
Selecting previously unselected package bcc-tools.
Preparing to unpack bcc-tools_0.11.0-127.git.7130709e_all.deb ...
Unpacking bcc-tools (0.11.0-127.git.7130709e) ...
Selecting previously unselected package libbcc-examples.
Preparing to unpack libbcc-examples_0.11.0-127.git.7130709e_amd64.deb ...
Unpacking libbcc-examples (0.11.0-127.git.7130709e) ...
Selecting previously unselected package libbcc.
Preparing to unpack libbcc_0.11.0-127.git.7130709e_all.deb ...
Unpacking libbcc (0.11.0-127.git.7130709e) ...
Selecting previously unselected package python-bcc.
Preparing to unpack python-bcc_0.11.0-127.git.7130709e_all.deb ...
Unpacking python-bcc (0.11.0-127.git.7130709e) ...
Selecting previously unselected package python3-bcc.
Preparing to unpack python3-bcc_0.11.0-127.git.7130709e_all.deb ...
Unpacking python3-bcc (0.11.0-127.git.7130709e) ...
Setting up libbcc (0.11.0-127.git.7130709e) ...
Setting up python-bcc (0.11.0-127.git.7130709e) ...
Setting up python3-bcc (0.11.0-127.git.7130709e) ...
Setting up bcc-lua (0.11.0-127.git.7130709e) ...
Setting up bcc-tools (0.11.0-127.git.7130709e) ...
Setting up libbcc-examples (0.11.0-127.git.7130709e) ...
Processing triggers for libc-bin (2.26-0ubuntu2.1) ...
+ mkdir upload
+ mv bcc-lua_0.11.0-127.git.7130709e_all.deb bcc-tools_0.11.0-127.git.7130709e_all.deb libbcc-examples_0.11.0-127.git.7130709e_amd64.deb libbcc_0.11.0-127.git.7130709e_all.deb python-bcc_0.11.0-127.git.7130709e_all.deb python3-bcc_0.11.0-127.git.7130709e_all.deb upload
[ubuntu1710] $ /bin/sh -xe /tmp/jenkins773370041503073860.sh
+ mkdir build
+ cd build
+ [[ ubuntu1710 ubuntu1710-slave-687 = *fc28* ]]
/tmp/jenkins773370041503073860.sh: 4: /tmp/jenkins773370041503073860.sh: [[: not found
+ cmake ..
-- The C compiler identification is GNU 7.2.0
-- The CXX compiler identification is GNU 7.2.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Latest recognized Git tag is v0.12.0
-- Git HEAD is 7130709e3dc39091f4c6c704b0e2f7525964c053
-- Revision is 0.12.0-7130709e
-- Performing Test HAVE_NO_PIE_FLAG
-- Performing Test HAVE_NO_PIE_FLAG - Success
-- Performing Test HAVE_REALLOCARRAY_SUPPORT
-- Performing Test HAVE_REALLOCARRAY_SUPPORT - Success
-- Found BISON: /usr/bin/bison (found version "3.0.4")
-- Found FLEX: /usr/bin/flex (found version "2.6.1")
-- Found LLVM: /usr/lib/llvm-3.8/include 3.8.1
-- Found LibElf: /usr/lib/x86_64-linux-gnu/libelf.so
-- Performing Test ELF_GETSHDRSTRNDX
-- Performing Test ELF_GETSHDRSTRNDX - Success
-- Using static-libstdc++
-- Found LuaJIT: /usr/lib/x86_64-linux-gnu/libluajit-5.1.a;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build
+ make -j2 -C tests/cc
make: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/cc'
make[1]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target usdt_test_lib
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 0%] Building C object tests/cc/CMakeFiles/usdt_test_lib.dir/usdt_test_lib.c.o
[ 2%] Linking C shared library libusdt_test_lib.so
Scanning dependencies of target clang_frontend
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 2%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/loader.cc.o
[ 2%] Built target usdt_test_lib
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target bpf-static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf.c.o
[ 2%] Building C object src/cc/CMakeFiles/bpf-static.dir/perf_reader.c.o
[ 5%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf.c.o
[ 5%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/bpf_prog_linfo.c.o
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf.c.o
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/btf_dump.c.o
[ 8%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/hashmap.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_errno.c.o
[ 10%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/libbpf_probes.c.o
[ 13%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/netlink.c.o
[ 13%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/nlattr.c.o
[ 16%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/str_error.c.o
[ 16%] Building C object src/cc/CMakeFiles/bpf-static.dir/libbpf/src/xsk.c.o
[ 16%] Linking C static library libbcc_bpf.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 16%] Built target bpf-static
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target api-static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 16%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPF.cc.o
[ 18%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/b_frontend_action.cc.o
[ 21%] Building CXX object src/cc/api/CMakeFiles/api-static.dir/BPFTable.cc.o
[ 21%] Linking CXX static library libapi-static.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 21%] Built target api-static
[ 21%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/tp_frontend_action.cc.o
[ 24%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/kbuild_helper.cc.o
[ 24%] Building CXX object src/cc/frontends/clang/CMakeFiles/clang_frontend.dir/__/__/common.cc.o
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target usdt-static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 24%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt_args.cc.o
[ 24%] Building CXX object src/cc/usdt/CMakeFiles/usdt-static.dir/usdt.cc.o
[ 27%] Linking CXX static library libusdt-static.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 27%] Built target usdt-static
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 29%] [FLEX][Lexer] Building scanner with flex 2.6.1
lexer.ll:110: warning, -s option given but default rule can be matched
[ 29%] [BISON][Parser] Building parser with bison 3.0.4
parser.yy:19.9-17: warning: deprecated directive, use ‘%define api.namespace ebpf::cc’ [-Wdeprecated]
%define namespace "ebpf::cc"
^^^^^^^^^
parser.yy:19.9-17: warning: %define variable 'api.namespace' requires '{...}' values [-Wdeprecated]
%define namespace "ebpf::cc"
^^^^^^^^^
parser.yy:20.9-25: warning: %define variable 'parser_class_name' requires '{...}' values [-Wdeprecated]
%define parser_class_name "BisonParser"
^^^^^^^^^^^^^^^^^
Scanning dependencies of target b_frontend
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 29%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o
[ 32%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/codegen_llvm.cc.o
[ 32%] Linking CXX static library libclang_frontend.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 32%] Built target clang_frontend
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target bcc-loader-static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 35%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_syms.cc.o
[ 35%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_elf.c.o
[ 35%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_perf_map.c.o
[ 37%] Building C object src/cc/CMakeFiles/bcc-loader-static.dir/bcc_proc.c.o
[ 37%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/node.cc.o
[ 37%] Building CXX object src/cc/CMakeFiles/bcc-loader-static.dir/common.cc.o
[ 40%] Linking CXX static library libbcc-loader-static.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 40%] Built target bcc-loader-static
[ 40%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.cc.o
[ 43%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/printer.cc.o
[ 43%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/type_check.cc.o
[ 45%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/parser.yy.cc.o
[ 45%] Building CXX object src/cc/frontends/b/CMakeFiles/b_frontend.dir/lexer.ll.cc.o
[ 45%] Linking CXX static library libb_frontend.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 45%] Built target b_frontend
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target bcc-shared
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target bcc-static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 45%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/link_all.cc.o
[ 48%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_common.cc.o
[ 51%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_common.cc.o
[ 51%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module.cc.o
[ 51%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module.cc.o
[ 51%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_btf.cc.o
[ 54%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_btf.cc.o
[ 56%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/exported_files.cc.o
[ 56%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/exported_files.cc.o
[ 56%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpf_module_rw_engine.cc.o
[ 56%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpf_module_rw_engine.cc.o
[ 56%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/table_storage.cc.o
[ 59%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/table_storage.cc.o
[ 62%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/shared_table.cc.o
[ 62%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/shared_table.cc.o
[ 62%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bpffs_table.cc.o
[ 62%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bpffs_table.cc.o
[ 64%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/json_map_decl_visitor.cc.o
[ 67%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/json_map_decl_visitor.cc.o
[ 67%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/common.cc.o
[ 67%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/bcc_syms.cc.o
[ 67%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt.cc.o
[ 70%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_elf.c.o
[ 70%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_perf_map.c.o
[ 70%] Building C object src/cc/CMakeFiles/bcc-shared.dir/bcc_proc.c.o
[ 72%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/usdt/usdt_args.cc.o
[ 75%] Building CXX object src/cc/CMakeFiles/bcc-shared.dir/common.cc.o
[ 75%] Linking CXX shared library libbcc.so
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 75%] Built target bcc-shared
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target test_libbcc
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 78%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_libbcc.cc.o
[ 78%] Building CXX object src/cc/CMakeFiles/bcc-static.dir/bcc_syms.cc.o
[ 78%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_elf.c.o
[ 81%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_perf_map.c.o
[ 81%] Building C object src/cc/CMakeFiles/bcc-static.dir/bcc_proc.c.o
[ 83%] Linking CXX static library libbcc.a
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 83%] Built target bcc-static
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
Scanning dependencies of target test_static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make[2]: Entering directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 83%] Building C object tests/cc/CMakeFiles/test_static.dir/test_static.c.o
[ 86%] Linking CXX executable test_static
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[ 86%] Built target test_static
[ 86%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_c_api.cc.o
[ 86%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_array_table.cc.o
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_bpf_table.cc.o
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_hash_table.cc.o
[ 89%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_map_in_map.cc.o
[ 91%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_perf_event.cc.o
[ 91%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_pinned_table.cc.o
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_prog_table.cc.o
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_shared_table.cc.o
[ 94%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_sk_storage.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_args.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/test_usdt_probes.cc.o
[ 97%] Building CXX object tests/cc/CMakeFiles/test_libbcc.dir/utils.cc.o
[100%] Linking CXX executable test_libbcc
make[2]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
[100%] Built target test_libbcc
make[1]: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build'
make: Leaving directory '/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/cc'
+ ctest -V -D ExperimentalTest --no-compress-output
UpdateCTestConfiguration from :/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/DartConfiguration.tcl
Cannot find file: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/DartConfiguration.tcl
Site:
Build name: (empty)
Create new tag: 20200128-1617 - Experimental
UpdateCTestConfiguration from :/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/DartConfiguration.tcl
Cannot find file: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/DartConfiguration.tcl
Test project /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build
Constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
Start 1: style-check
1: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/scripts/c-style-check.sh
1: Test timeout computed to be: 9.99988e+06
1/40 Test #1: style-check ...................... Passed 1.72 sec
test 2
Start 2: c_test_static
2: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "c_test_static" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/cc/test_static"
2: Test timeout computed to be: 9.99988e+06
2: clang -cc1 -triple x86_64-unknown-linux-gnu -emit-llvm-bc -emit-llvm-uselists -disable-free -disable-llvm-verifier -main-file-name main.c -mrelocation-model static -mthread-model posix -fmath-errno -masm-verbose -mconstructor-aliases -fuse-init-array -target-cpu x86-64 -momit-leaf-frame-pointer -dwarf-column-info -debugger-tuning=gdb -coverage-file /usr/src/linux-headers-4.13.0-38-generic/main.c -nostdsysteminc -nobuiltininc -resource-dir ../lib/clang/3.8.1 -isystem /virtual/lib/clang/include -include ./include/linux/kconfig.h -include /virtual/include/bcc/bpf.h -include /virtual/include/bcc/helpers.h -isystem /virtual/include -I /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/cc -D __BPF_TRACING__ -I ./arch/x86/include -I arch/x86/include/generated/uapi -I arch/x86/include/generated -I include -I ./arch/x86/include/uapi -I arch/x86/include/generated/uapi -I ./include/uapi -I include/generated/uapi -D __KERNEL__ -D __HAVE_BUILTIN_BSWAP16__ -D __HAVE_BUILTIN_BSWAP32__ -D __HAVE_BUILTIN_BSWAP64__ -O2 -Wno-deprecated-declarations -Wno-gnu-variable-sized-type-not-at-end -Wno-pragma-once-outside-header -Wno-address-of-packed-member -Wno-unknown-warning-option -Wno-unused-value -Wno-pointer-sign -fdebug-compilation-dir /usr/src/linux-headers-4.13.0-38-generic -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -vectorize-loops -vectorize-slp -o main.bc -x c /virtual/main.c
2: #if defined(BPF_LICENSE)
2: #error BPF_LICENSE cannot be specified through cflags
2: #endif
2: #if !defined(CONFIG_CC_STACKPROTECTOR)
2: #if defined(CONFIG_CC_STACKPROTECTOR_AUTO) \
2: || defined(CONFIG_CC_STACKPROTECTOR_REGULAR) \
2: || defined(CONFIG_CC_STACKPROTECTOR_STRONG)
2: #define CONFIG_CC_STACKPROTECTOR
2: #endif
2: #endif
2: BPF_TABLE("array", int, int, stats, 10);
2:
2: #include <bcc/footer.h>
2: Running from kernel directory at: /lib/modules/4.13.0-38-generic/build
2/40 Test #2: c_test_static .................... Passed 1.06 sec
test 3
Start 3: test_libbcc
3: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "c_test_all" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/cc/test_libbcc"
3: Test timeout computed to be: 9.99988e+06
3: /virtual/main.c:2:7: error: map not found: /sys/fs/bpf/test_pinned_table
3: BPF_TABLE_PINNED("hash", u64, u64, ids, 1024, "/sys/fs/bpf/test_pinned_table");
3: ^
3: /virtual/include/bcc/helpers.h:98:92: note: expanded from macro 'BPF_TABLE_PINNED'
3: #define BPF_TABLE_PINNED(_table_type, _key_type, _leaf_type, _name, _max_entries, _pinned) \
3: ^
3: /virtual/include/bcc/helpers.h:95:76: note: expanded from macro '\
3: BPF_TABLE'
3: #define BPF_TABLE(_table_type, _key_type, _leaf_type, _name, _max_entries) \
3: ^
3: /virtual/include/bcc/helpers.h:90:4: note: expanded from macro '\
3: BPF_F_TABLE'
3: }; \
3: ^
3: 1 error generated.
3: Parse error:
3: 4@i%ra+1r
3: -------^
3: unshare: failed to execute ruby: No such file or directory
3:
3: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3: test_libbcc is a Catch v1.4.0 host application.
3: Run with -? for options
3:
3: -------------------------------------------------------------------------------
3: test probing running Ruby process in namespaces
3: in separate mount namespace
3: -------------------------------------------------------------------------------
3: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/cc/test_usdt_probes.cc:316
3: ...............................................................................
3:
3: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/cc/test_usdt_probes.cc:331: FAILED:
3: REQUIRE( res.msg() == "" )
3: with expansion:
3: "Unable to load USDT ruby:gc__mark__begin from binary PID 6727 for probe
3: on_event"
3: ==
3: ""
3:
3: unshare: unrecognized option '--kill-child'
3: Try 'unshare --help' for more information.
3: -------------------------------------------------------------------------------
3: test probing running Ruby process in namespaces
3: in separate mount namespace and separate PID namespace
3: -------------------------------------------------------------------------------
3: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/cc/test_usdt_probes.cc:316
3: ...............................................................................
3:
3: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/cc/test_usdt_probes.cc:357: FAILED:
3: REQUIRE( res.msg() == "" )
3: with expansion:
3: "Unable to load USDT ruby:gc__mark__begin from binary PID 54 for probe
3: on_event"
3: ==
3: ""
3:
3: ===============================================================================
3: test cases: 37 | 36 passed | 1 failed as expected
3: assertions: 616 | 614 passed | 2 failed as expected
3:
3/40 Test #3: test_libbcc ...................... Passed 11.14 sec
test 4
Start 4: py_test_stat1_b
4: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_stat1_b" "namespace" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_stat1.py" "test_stat1.b" "proto.b"
4: Test timeout computed to be: 9.99988e+06
4: Actual changes:
4: tx-checksumming: off
4: tx-checksum-ip-generic: off
4: tx-checksum-sctp: off
4: tcp-segmentation-offload: off
4: tx-tcp-segmentation: off [requested on]
4: tx-tcp-ecn-segmentation: off [requested on]
4: tx-tcp-mangleid-segmentation: off [requested on]
4: tx-tcp6-segmentation: off [requested on]
4: udp-fragmentation-offload: off [requested on]
4: .PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
4: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
4: --- 172.16.1.1 ping statistics ---
4: 100 packets transmitted, 100 received, 0% packet loss, time 2ms
4: rtt min/avg/max/mdev = 0.006/0.009/0.070/0.007 ms, ipg/ewma 0.027/0.008 ms
4: .
4: ----------------------------------------------------------------------
4: Ran 2 tests in 0.321s
4:
4: OK
4/40 Test #4: py_test_stat1_b .................. Passed 1.27 sec
test 5
Start 5: py_test_bpf_log
5: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_bpf_prog" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_bpf_log.py"
5: Test timeout computed to be: 9.99988e+06
5/40 Test #5: py_test_bpf_log .................. Passed 1.53 sec
test 6
Start 6: py_test_stat1_c
6: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_stat1_c" "namespace" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_stat1.py" "test_stat1.c"
6: Test timeout computed to be: 9.99988e+06
6: Actual changes:
6: tx-checksumming: off
6: tx-checksum-ip-generic: off
6: tx-checksum-sctp: off
6: tcp-segmentation-offload: off
6: tx-tcp-segmentation: off [requested on]
6: tx-tcp-ecn-segmentation: off [requested on]
6: tx-tcp-mangleid-segmentation: off [requested on]
6: tx-tcp6-segmentation: off [requested on]
6: udp-fragmentation-offload: off [requested on]
6: .PING 172.16.1.1 (172.16.1.1) 56(84) bytes of data.
6: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6: --- 172.16.1.1 ping statistics ---
6: 100 packets transmitted, 100 received, 0% packet loss, time 2ms
6: rtt min/avg/max/mdev = 0.004/0.006/0.066/0.006 ms, ipg/ewma 0.020/0.005 ms
6: .
6: ----------------------------------------------------------------------
6: Ran 2 tests in 0.270s
6:
6: OK
6/40 Test #6: py_test_stat1_c .................. Passed 0.67 sec
test 7
Start 7: py_test_xlate1_c
7: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_xlate1_c" "namespace" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_xlate1.py" "test_xlate1.c"
7: Test timeout computed to be: 9.99988e+06
7: Actual changes:
7: tx-checksumming: off
7: tx-checksum-ip-generic: off
7: tx-checksum-sctp: off
7: tcp-segmentation-offload: off
7: tx-tcp-segmentation: off [requested on]
7: tx-tcp-ecn-segmentation: off [requested on]
7: tx-tcp-mangleid-segmentation: off [requested on]
7: tx-tcp6-segmentation: off [requested on]
7: udp-fragmentation-offload: off [requested on]
7: PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
7: 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=0.117 ms
7:
7: --- 192.168.1.1 ping statistics ---
7: 1 packets transmitted, 1 received, 0% packet loss, time 0ms
7: rtt min/avg/max/mdev = 0.117/0.117/0.117/0.000 ms
7: .
7: ----------------------------------------------------------------------
7: Ran 1 test in 0.213s
7:
7: OK
7/40 Test #7: py_test_xlate1_c ................. Passed 0.69 sec
test 8
Start 8: py_test_call1
8: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_call1_c" "namespace" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_call1.py" "test_call1.c"
8: Test timeout computed to be: 9.99988e+06
8: Actual changes:
8: tx-checksumming: off
8: tx-checksum-ip-generic: off
8: tx-checksum-sctp: off
8: tcp-segmentation-offload: off
8: tx-tcp-segmentation: off [requested on]
8: tx-tcp-ecn-segmentation: off [requested on]
8: tx-tcp-mangleid-segmentation: off [requested on]
8: tx-tcp6-segmentation: off [requested on]
8: udp-fragmentation-offload: off [requested on]
8: .
8: ----------------------------------------------------------------------
8: Ran 1 test in 0.174s
8:
8: OK
8/40 Test #8: py_test_call1 .................... Passed 0.89 sec
test 9
Start 9: py_test_trace1
9: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_trace1" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_trace1.py" "test_trace1.b" "kprobe.b"
9: Test timeout computed to be: 9.99988e+06
9: .
9: ----------------------------------------------------------------------
9: Ran 1 test in 0.250s
9:
9: OK
9: ('fd 8:', 'stat1 0', 'stat2 1')
9: ('fd ffff934692925400:', 'stat1 2', 'stat2 0')
9: ('fd a:', 'stat1 200', 'stat2 100')
9: ('fd 9:', 'stat1 1', 'stat2 1')
9/40 Test #9: py_test_trace1 ................... Passed 0.46 sec
test 10
Start 10: py_test_trace2
10: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_trace2" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_trace2.py"
10: Test timeout computed to be: 9.99988e+06
10: .
10: ----------------------------------------------------------------------
10: Ran 1 test in 4.644s
10:
10: OK
10: ('ptr ffff934692ec45c0:', 'stat1 (0 4)')
10: ('ptr ffff934696515d00:', 'stat1 (0 2)')
10: ('ptr ffff934691f3c5c0:', 'stat1 (0 1)')
10: ('ptr ffff934696a05d00:', 'stat1 (0 3)')
10: ('ptr ffff934689380000:', 'stat1 (0 1)')
10: ('ptr ffffffff86c12480:', 'stat1 (0 51)')
10: ('ptr ffff934689385d00:', 'stat1 (0 21)')
10: ('ptr ffff934696a245c0:', 'stat1 (0 105)')
10: ('ptr ffff934689352e80:', 'stat1 (0 5)')
10: ('ptr ffff934692f81740:', 'stat1 (0 1)')
10: ('ptr ffff934696511740:', 'stat1 (0 3)')
10: ('ptr ffff934691c22e80:', 'stat1 (0 1)')
10: ('ptr ffff934689301740:', 'stat1 (0 3)')
10: ('ptr ffff9346713e5d00:', 'stat1 (0 100)')
10: ('ptr ffff934689315d00:', 'stat1 (0 1)')
10: ('ptr ffff93469443ae80:', 'stat1 (0 1)')
10: ('ptr ffff9346945c5d00:', 'stat1 (0 1)')
10: ('ptr ffff934689382e80:', 'stat1 (0 1)')
10: ('ptr ffff934671010000:', 'stat1 (0 10)')
10/40 Test #10: py_test_trace2 ................... Passed 4.74 sec
test 11
Start 11: py_test_trace3_c
11: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_trace3_c" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_trace3.py" "test_trace3.c"
11: Test timeout computed to be: 9.99988e+06
11: 1024+0 records in
11: 1024+0 records out
11: 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.00416741 s, 1.0 GB/s
11: 1024+0 records in
11: 1024+0 records out
11: 4194304 bytes (4.2 MB, 4.0 MiB) copied, 0.0160726 s, 261 MB/s
11: ('latency 0:', 'count 0')
11: ('latency 1:', 'count 0')
11: ('latency 2:', 'count 0')
11: ('latency 3:', 'count 0')
11: ('latency 4:', 'count 0')
11: ('latency 5:', 'count 0')
11: ('latency 6:', 'count 0')
11: ('latency 7:', 'count 0')
11: ('latency 8:', 'count 0')
11: ('latency 9:', 'count 0')
11: ('latency 10:', 'count 0')
11: ('latency 11:', 'count 0')
11: ('latency 12:', 'count 0')
11: ('latency 13:', 'count 0')
11: ('latency 14:', 'count 0')
11: ('latency 15:', 'count 0')
11: ('latency 16:', 'count 0')
11: ('latency 17:', 'count 0')
11: ('latency 18:', 'count 0')
11: ('latency 19:', 'count 0')
11: ('latency 20:', 'count 0')
11: ('latency 21:', 'count 0')
11: ('latency 22:', 'count 0')
11: ('latency 23:', 'count 0')
11: ('latency 24:', 'count 0')
11: ('latency 25:', 'count 0')
11: ('latency 26:', 'count 0')
11: ('latency 27:', 'count 0')
11: ('latency 28:', 'count 0')
11: ('latency 29:', 'count 0')
11: ('latency 30:', 'count 0')
11: ('latency 31:', 'count 0')
11: ('latency 32:', 'count 0')
11: ('latency 33:', 'count 0')
11: ('latency 34:', 'count 0')
11: ('latency 35:', 'count 0')
11: ('latency 36:', 'count 0')
11: ('latency 37:', 'count 0')
11: ('latency 38:', 'count 0')
11: ('latency 39:', 'count 0')
11: ('latency 40:', 'count 0')
11: ('latency 41:', 'count 0')
11: ('latency 42:', 'count 0')
11: ('latency 43:', 'count 0')
11: ('latency 44:', 'count 0')
11: ('latency 45:', 'count 0')
11: ('latency 46:', 'count 0')
11: ('latency 47:', 'count 0')
11: ('latency 48:', 'count 0')
11: ('latency 49:', 'count 0')
11: ('latency 50:', 'count 0')
11: ('latency 51:', 'count 0')
11: ('latency 52:', 'count 0')
11: ('latency 53:', 'count 0')
11: ('latency 54:', 'count 0')
11: ('latency 55:', 'count 0')
11: ('latency 56:', 'count 0')
11: ('latency 57:', 'count 0')
11: ('latency 58:', 'count 0')
11: ('latency 59:', 'count 0')
11: ('latency 60:', 'count 0')
11: ('latency 61:', 'count 0')
11: ('latency 62:', 'count 0')
11: ('latency 63:', 'count 0')
11: ('latency 64:', 'count 0')
11: ('latency 65:', 'count 0')
11: ('latency 66:', 'count 0')
11: ('latency 67:', 'count 0')
11: ('latency 68:', 'count 0')
11: ('latency 69:', 'count 0')
11: ('latency 70:', 'count 0')
11: ('latency 71:', 'count 0')
11: ('latency 72:', 'count 0')
11: ('latency 73:', 'count 0')
11: ('latency 74:', 'count 0')
11: ('latency 75:', 'count 0')
11: ('latency 76:', 'count 0')
11: ('latency 77:', 'count 0')
11: ('latency 78:', 'count 0')
11: ('latency 79:', 'count 0')
11: ('latency 80:', 'count 0')
11: ('latency 81:', 'count 0')
11: ('latency 82:', 'count 0')
11: ('latency 83:', 'count 0')
11: ('latency 84:', 'count 0')
11: ('latency 85:', 'count 0')
11: ('latency 86:', 'count 0')
11: ('latency 87:', 'count 0')
11: ('latency 88:', 'count 0')
11: ('latency 89:', 'count 0')
11: ('latency 90:', 'count 0')
11: ('latency 91:', 'count 0')
11: ('latency 92:', 'count 0')
11: ('latency 93:', 'count 0')
11: ('latency 94:', 'count 0')
11: ('latency 95:', 'count 0')
11: ('latency 96:', 'count 0')
11: ('latency 97:', 'count 0')
11: ('latency 98:', 'count 0')
11: ('latency 99:', 'count 0')
11: .
11: ----------------------------------------------------------------------
11: Ran 1 test in 1.639s
11:
11: OK
11/40 Test #11: py_test_trace3_c ................. Passed 1.80 sec
test 12
Start 12: py_test_trace4
12: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_trace4" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_trace4.py"
12: Test timeout computed to be: 9.99988e+06
12: ..
12: ----------------------------------------------------------------------
12: Ran 2 tests in 1.218s
12:
12: OK
12/40 Test #12: py_test_trace4 ................... Passed 1.42 sec
test 13
Start 13: py_test_trace_maxactive
13: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_trace_maxactive" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_trace_maxactive.py"
13: Test timeout computed to be: 9.99988e+06
13: .
13: ----------------------------------------------------------------------
13: Ran 1 test in 0.808s
13:
13: OK
13/40 Test #13: py_test_trace_maxactive .......... Passed 0.95 sec
test 14
Start 14: py_test_probe_count
14: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_probe_count" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_probe_count.py"
14: Test timeout computed to be: 9.99988e+06
14: ...cannot attach kprobe, probe entry may not exist
14: ...
14: ----------------------------------------------------------------------
14: Ran 6 tests in 4.575s
14:
14: OK
14: Error in atexit._run_exitfuncs:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14: Error in atexit._run_exitfuncs:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14: Error in atexit._run_exitfuncs:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14: Error in atexit._run_exitfuncs:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14: Error in atexit._run_exitfuncs:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14: Error in sys.exitfunc:
14: Traceback (most recent call last):
14: File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
14: func(*targs, **kargs)
14: File "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py", line 1368, in cleanup
14: os.close(fn.fd)
14: OSError: [Errno 9] Bad file descriptor
14/40 Test #14: py_test_probe_count .............. Passed 4.64 sec
test 15
Start 15: py_test_debuginfo
15: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_test_debuginfo" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_debuginfo.py"
15: Test timeout computed to be: 9.99988e+06
15: ......
15: ----------------------------------------------------------------------
15: Ran 6 tests in 0.604s
15:
15: OK
15/40 Test #15: py_test_debuginfo ................ Passed 0.66 sec
test 16
Start 16: py_test_brb
16: Test command: /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/tests/wrapper.sh "py_brb_c" "sudo" "/home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_brb.py" "test_brb.c"
16: Test timeout computed to be: 9.99988e+06
16: Call to TestBPFSocket on line 103 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_brb.py
16: TestBPFSocket line 103
16: TestBPFSocket line 104
16: TestBPFSocket line 115
16: TestBPFSocket line 131
16: TestBPFSocket line 140
16: TestBPFSocket line 174
16: Call to __init__ on line 72 of /usr/lib/python2.7/unittest/main.py
16: __init__ line 76
16: __init__ line 77
16: __init__ line 78
16: __init__ line 82
16: __init__ line 83
16: __init__ line 85
16: __init__ line 86
16: __init__ line 87
16: __init__ line 88
16: __init__ line 89
16: __init__ line 90
16: __init__ line 91
16: __init__ line 92
16: __init__ line 93
16: Call to basename on line 112 of /usr/lib/python2.7/posixpath.py
16: basename line 114
16: basename line 115
16: __init__ line 94
16: Call to parseArgs on line 111 of /usr/lib/python2.7/unittest/main.py
16: parseArgs line 112
16: parseArgs line 116
16: Call to <module> on line 15 of /usr/lib/python2.7/getopt.py
16: <module> line 15
16: <module> line 34
16: <module> line 36
16: <module> line 38
16: Call to GetoptError on line 38 of /usr/lib/python2.7/getopt.py
16: GetoptError line 38
16: GetoptError line 39
16: GetoptError line 40
16: GetoptError line 41
16: GetoptError line 46
16: <module> line 49
16: <module> line 51
16: <module> line 94
16: <module> line 144
16: <module> line 166
16: <module> line 187
16: <module> line 202
16: <module> line 208
16: parseArgs line 117
16: parseArgs line 118
16: parseArgs line 119
16: Call to getopt on line 51 of /usr/lib/python2.7/getopt.py
16: getopt line 78
16: getopt line 79
16: getopt line 82
16: getopt line 83
16: getopt line 92
16: parseArgs line 120
16: parseArgs line 139
16: parseArgs line 141
16: parseArgs line 149
16: Call to createTests on line 153 of /usr/lib/python2.7/unittest/main.py
16: createTests line 154
16: createTests line 155
16: Call to loadTestsFromModule on line 59 of /usr/lib/python2.7/unittest/loader.py
16: loadTestsFromModule line 61
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 65
16: Call to loadTestsFromTestCase on line 48 of /usr/lib/python2.7/unittest/loader.py
16: loadTestsFromTestCase line 50
16: loadTestsFromTestCase line 53
16: Call to getTestCaseNames on line 133 of /usr/lib/python2.7/unittest/loader.py
16: getTestCaseNames line 136
16: getTestCaseNames line 137
16: getTestCaseNames line 140
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: isTestMethod line 139
16: getTestCaseNames line 141
16: getTestCaseNames line 142
16: Call to cmp_to_key on line 80 of /usr/lib/python2.7/functools.py
16: cmp_to_key line 82
16: Call to K on line 82 of /usr/lib/python2.7/functools.py
16: K line 82
16: K line 83
16: K line 84
16: K line 86
16: K line 88
16: K line 90
16: K line 92
16: K line 94
16: K line 96
16: K line 98
16: cmp_to_key line 100
16: Call to __init__ on line 84 of /usr/lib/python2.7/functools.py
16: __init__ line 85
16: getTestCaseNames line 143
16: loadTestsFromTestCase line 54
16: loadTestsFromTestCase line 56
16: Call to __init__ on line 178 of /usr/lib/python2.7/unittest/case.py
16: __init__ line 183
16: __init__ line 184
16: __init__ line 185
16: __init__ line 186
16: __init__ line 190
16: __init__ line 191
16: __init__ line 196
16: __init__ line 197
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: __init__ line 198
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: __init__ line 199
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: __init__ line 200
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: __init__ line 201
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: __init__ line 202
16: __init__ line 203
16: Call to addTypeEqualityFunc on line 208 of /usr/lib/python2.7/unittest/case.py
16: addTypeEqualityFunc line 221
16: Call to __init__ on line 19 of /usr/lib/python2.7/unittest/suite.py
16: __init__ line 20
16: __init__ line 21
16: Call to addTests on line 56 of /usr/lib/python2.7/unittest/suite.py
16: addTests line 57
16: addTests line 59
16: addTests line 60
16: Call to addTest on line 46 of /usr/lib/python2.7/unittest/suite.py
16: addTest line 48
16: addTest line 50
16: addTest line 54
16: addTests line 59
16: loadTestsFromTestCase line 57
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 65
16: Call to loadTestsFromTestCase on line 48 of /usr/lib/python2.7/unittest/loader.py
16: loadTestsFromTestCase line 50
16: loadTestsFromTestCase line 53
16: Call to getTestCaseNames on line 133 of /usr/lib/python2.7/unittest/loader.py
16: getTestCaseNames line 136
16: getTestCaseNames line 137
16: getTestCaseNames line 140
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: Call to isTestMethod on line 136 of /usr/lib/python2.7/unittest/loader.py
16: isTestMethod line 138
16: getTestCaseNames line 141
16: getTestCaseNames line 142
16: Call to cmp_to_key on line 80 of /usr/lib/python2.7/functools.py
16: cmp_to_key line 82
16: Call to K on line 82 of /usr/lib/python2.7/functools.py
16: K line 82
16: K line 83
16: K line 84
16: K line 86
16: K line 88
16: K line 90
16: K line 92
16: K line 94
16: K line 96
16: K line 98
16: cmp_to_key line 100
16: getTestCaseNames line 143
16: loadTestsFromTestCase line 54
16: loadTestsFromTestCase line 56
16: Call to __init__ on line 19 of /usr/lib/python2.7/unittest/suite.py
16: __init__ line 20
16: __init__ line 21
16: Call to addTests on line 56 of /usr/lib/python2.7/unittest/suite.py
16: addTests line 57
16: addTests line 59
16: loadTestsFromTestCase line 57
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 63
16: loadTestsFromModule line 64
16: loadTestsFromModule line 62
16: loadTestsFromModule line 67
16: loadTestsFromModule line 68
16: Call to __init__ on line 19 of /usr/lib/python2.7/unittest/suite.py
16: __init__ line 20
16: __init__ line 21
16: Call to addTests on line 56 of /usr/lib/python2.7/unittest/suite.py
16: addTests line 57
16: addTests line 59
16: addTests line 60
16: Call to addTest on line 46 of /usr/lib/python2.7/unittest/suite.py
16: addTest line 48
16: addTest line 50
16: addTest line 54
16: addTests line 59
16: addTests line 60
16: Call to addTest on line 46 of /usr/lib/python2.7/unittest/suite.py
16: addTest line 48
16: addTest line 50
16: addTest line 54
16: addTests line 59
16: loadTestsFromModule line 69
16: loadTestsFromModule line 75
16: __init__ line 95
16: Call to runTests on line 216 of /usr/lib/python2.7/unittest/main.py
16: runTests line 217
16: runTests line 219
16: runTests line 220
16: runTests line 221
16: runTests line 222
16: runTests line 223
16: runTests line 224
16: runTests line 225
16: Call to __init__ on line 127 of /usr/lib/python2.7/unittest/runner.py
16: __init__ line 129
16: Call to __init__ on line 14 of /usr/lib/python2.7/unittest/runner.py
16: __init__ line 15
16: __init__ line 130
16: __init__ line 131
16: __init__ line 132
16: __init__ line 133
16: __init__ line 134
16: runTests line 232
16: Call to run on line 140 of /usr/lib/python2.7/unittest/runner.py
16: run line 142
16: Call to _makeResult on line 137 of /usr/lib/python2.7/unittest/runner.py
16: _makeResult line 138
16: Call to __init__ on line 36 of /usr/lib/python2.7/unittest/runner.py
16: __init__ line 37
16: Call to __init__ on line 40 of /usr/lib/python2.7/unittest/result.py
16: __init__ line 41
16: __init__ line 42
16: __init__ line 43
16: __init__ line 44
16: __init__ line 45
16: __init__ line 46
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __init__ line 50
16: __init__ line 51
16: __init__ line 52
16: __init__ line 53
16: __init__ line 54
16: __init__ line 38
16: __init__ line 39
16: __init__ line 40
16: __init__ line 41
16: run line 143
16: Call to registerResult on line 42 of /usr/lib/python2.7/unittest/signals.py
16: registerResult line 43
16: Call to __setitem__ on line 368 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 369
16: run line 144
16: run line 145
16: run line 146
16: run line 147
16: run line 148
16: run line 149
16: Call to startTestRun on line 73 of /usr/lib/python2.7/unittest/result.py
16: startTestRun line 73
16: run line 150
16: run line 151
16: Call to __call__ on line 69 of /usr/lib/python2.7/unittest/suite.py
16: __call__ line 70
16: Call to run on line 88 of /usr/lib/python2.7/unittest/suite.py
16: run line 89
16: run line 90
16: run line 91
16: run line 93
16: Call to __iter__ on line 37 of /usr/lib/python2.7/unittest/suite.py
16: __iter__ line 38
16: run line 94
16: run line 97
16: Call to _isnotsuite on line 290 of /usr/lib/python2.7/unittest/suite.py
16: _isnotsuite line 292
16: _isnotsuite line 293
16: Call to __iter__ on line 37 of /usr/lib/python2.7/unittest/suite.py
16: __iter__ line 38
16: _isnotsuite line 296
16: run line 107
16: run line 108
16: Call to __call__ on line 69 of /usr/lib/python2.7/unittest/suite.py
16: __call__ line 70
16: Call to run on line 88 of /usr/lib/python2.7/unittest/suite.py
16: run line 89
16: run line 90
16: run line 93
16: Call to __iter__ on line 37 of /usr/lib/python2.7/unittest/suite.py
16: __iter__ line 38
16: run line 94
16: run line 97
16: Call to _isnotsuite on line 290 of /usr/lib/python2.7/unittest/suite.py
16: _isnotsuite line 292
16: _isnotsuite line 293
16: _isnotsuite line 294
16: _isnotsuite line 295
16: run line 98
16: Call to _tearDownPreviousClass on line 225 of /usr/lib/python2.7/unittest/suite.py
16: _tearDownPreviousClass line 226
16: _tearDownPreviousClass line 227
16: _tearDownPreviousClass line 228
16: _tearDownPreviousClass line 230
16: _tearDownPreviousClass line 232
16: _tearDownPreviousClass line 234
16: _tearDownPreviousClass line 237
16: _tearDownPreviousClass line 238
16: run line 99
16: Call to _handleModuleFixture on line 165 of /usr/lib/python2.7/unittest/suite.py
16: _handleModuleFixture line 166
16: Call to _get_previous_module on line 157 of /usr/lib/python2.7/unittest/suite.py
16: _get_previous_module line 158
16: _get_previous_module line 159
16: _get_previous_module line 160
16: _get_previous_module line 162
16: _handleModuleFixture line 167
16: _handleModuleFixture line 168
16: _handleModuleFixture line 171
16: Call to _handleModuleTearDown on line 200 of /usr/lib/python2.7/unittest/suite.py
16: _handleModuleTearDown line 201
16: Call to _get_previous_module on line 157 of /usr/lib/python2.7/unittest/suite.py
16: _get_previous_module line 158
16: _get_previous_module line 159
16: _get_previous_module line 160
16: _get_previous_module line 162
16: _handleModuleTearDown line 202
16: _handleModuleTearDown line 203
16: _handleModuleFixture line 173
16: _handleModuleFixture line 174
16: _handleModuleFixture line 175
16: _handleModuleFixture line 178
16: _handleModuleFixture line 179
16: run line 100
16: Call to _handleClassSetUp on line 125 of /usr/lib/python2.7/unittest/suite.py
16: _handleClassSetUp line 126
16: _handleClassSetUp line 127
16: _handleClassSetUp line 128
16: _handleClassSetUp line 130
16: _handleClassSetUp line 132
16: _handleClassSetUp line 135
16: _handleClassSetUp line 136
16: _handleClassSetUp line 142
16: _handleClassSetUp line 143
16: _handleClassSetUp line 144
16: Call to _call_if_exists on line 11 of /usr/lib/python2.7/unittest/suite.py
16: _call_if_exists line 12
16: _call_if_exists line 13
16: Call to _setupStdout on line 65 of /usr/lib/python2.7/unittest/result.py
16: _setupStdout line 66
16: _handleClassSetUp line 145
16: _handleClassSetUp line 146
16: Call to setUpClass on line 239 of /usr/lib/python2.7/unittest/case.py
16: setUpClass line 239
16: _handleClassSetUp line 155
16: Call to _call_if_exists on line 11 of /usr/lib/python2.7/unittest/suite.py
16: _call_if_exists line 12
16: _call_if_exists line 13
16: Call to _restoreStdout on line 84 of /usr/lib/python2.7/unittest/result.py
16: _restoreStdout line 85
16: run line 101
16: run line 103
16: run line 104
16: run line 107
16: run line 108
16: Call to __call__ on line 392 of /usr/lib/python2.7/unittest/case.py
16: __call__ line 393
16: Call to run on line 295 of /usr/lib/python2.7/unittest/case.py
16: run line 296
16: run line 297
16: run line 303
16: run line 304
16: Call to startTest on line 50 of /usr/lib/python2.7/unittest/runner.py
16: startTest line 51
16: Call to startTest on line 59 of /usr/lib/python2.7/unittest/result.py
16: startTest line 61
16: startTest line 62
16: startTest line 63
16: Call to _setupStdout on line 65 of /usr/lib/python2.7/unittest/result.py
16: _setupStdout line 66
16: startTest line 52
16: run line 306
16: run line 307
16: run line 308
16: run line 317
16: run line 318
16: run line 319
16: run line 320
16: Call to setUp on line 231 of /usr/lib/python2.7/unittest/case.py
16: setUp line 233
16: run line 328
16: run line 329
16: Call to test_brb on line 174 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_brb.py
16: test_brb line 175
16: test_brb line 176
16: Call to __init__ on line 280 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: __init__ line 296
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: __init__ line 297
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: __init__ line 298
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 92
16: __init__ line 300
16: __init__ line 302
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 318
16: __init__ line 319
16: Call to _find_file on line 238 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _find_file line 241
16: _find_file line 242
16: Call to isfile on line 34 of /usr/lib/python2.7/genericpath.py
16: isfile line 36
16: isfile line 37
16: isfile line 40
16: Call to S_ISREG on line 49 of /usr/lib/python2.7/stat.py
16: S_ISREG line 50
16: Call to S_IFMT on line 24 of /usr/lib/python2.7/stat.py
16: S_IFMT line 25
16: _find_file line 249
16: __init__ line 320
16: Call to _find_file on line 238 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _find_file line 241
16: _find_file line 249
16: __init__ line 323
16: __init__ line 326
16: __init__ line 329
16: __init__ line 330
16: __init__ line 332
16: __init__ line 333
16: __init__ line 335
16: __init__ line 336
16: __init__ line 341
16: __init__ line 344
16: __init__ line 345
16: __init__ line 346
16: __init__ line 347
16: __init__ line 348
16: __init__ line 351
16: __init__ line 357
16: Call to _trace_autoload on line 1106 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _trace_autoload line 1107
16: _trace_autoload line 1108
16: _trace_autoload line 1109
16: _trace_autoload line 1114
16: _trace_autoload line 1119
16: _trace_autoload line 1123
16: _trace_autoload line 1107
16: _trace_autoload line 1108
16: _trace_autoload line 1109
16: _trace_autoload line 1114
16: _trace_autoload line 1119
16: _trace_autoload line 1123
16: _trace_autoload line 1107
16: _trace_autoload line 1108
16: _trace_autoload line 1109
16: _trace_autoload line 1114
16: _trace_autoload line 1119
16: _trace_autoload line 1123
16: _trace_autoload line 1107
16: test_brb line 177
16: Call to load_func on line 372 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: load_func line 373
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: load_func line 374
16: load_func line 376
16: load_func line 378
16: load_func line 379
16: load_func line 381
16: load_func line 383
16: load_func line 384
16: load_func line 385
16: load_func line 386
16: load_func line 387
16: load_func line 388
16: load_func line 390
16: load_func line 399
16: Call to __init__ on line 233 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: __init__ line 234
16: __init__ line 235
16: __init__ line 236
16: load_func line 400
16: load_func line 402
16: test_brb line 178
16: Call to load_func on line 372 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: load_func line 373
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: load_func line 374
16: load_func line 376
16: load_func line 378
16: load_func line 379
16: load_func line 381
16: load_func line 383
16: load_func line 384
16: load_func line 385
16: load_func line 386
16: load_func line 387
16: load_func line 388
16: load_func line 390
16: load_func line 399
16: Call to __init__ on line 233 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: __init__ line 234
16: __init__ line 235
16: __init__ line 236
16: load_func line 400
16: load_func line 402
16: test_brb line 179
16: Call to load_func on line 372 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: load_func line 373
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: load_func line 374
16: load_func line 376
16: load_func line 378
16: load_func line 379
16: load_func line 381
16: load_func line 383
16: load_func line 384
16: load_func line 385
16: load_func line 386
16: load_func line 387
16: load_func line 388
16: load_func line 390
16: load_func line 399
16: Call to __init__ on line 233 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: __init__ line 234
16: __init__ line 235
16: __init__ line 236
16: load_func line 400
16: load_func line 402
16: test_brb line 180
16: Call to get_table on line 115 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_brb.py
16: get_table line 116
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 163
16: Table line 164
16: Call to __init__ on line 526 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 527
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 144
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: __iter__ line 61
16: __iter__ line 62
16: __iter__ line 65
16: __subclasscheck__ line 175
16: __subclasscheck__ line 174
16: Call to __iter__ on line 65 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 60
16: __iter__ line 61
16: __iter__ line 62
16: __iter__ line 65
16: __subclasscheck__ line 175
16: __subclasscheck__ line 174
16: Call to __iter__ on line 65 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 180
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 156
16: Call to __init__ on line 36 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 37
16: __init__ line 38
16: __init__ line 45
16: __init__ line 47
16: __init__ line 48
16: __init__ line 49
16: __subclasscheck__ line 157
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __subclasscheck__ line 179
16: __subclasscheck__ line 184
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 185
16: __eq__ line 425
16: Table line 191
16: get_table line 118
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 448
16: _decode_table_type line 449
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 470
16: _decode_table_type line 471
16: _decode_table_type line 472
16: _decode_table_type line 473
16: _decode_table_type line 475
16: _decode_table_type line 477
16: _decode_table_type line 478
16: _decode_table_type line 479
16: _decode_table_type line 480
16: _decode_table_type line 481
16: _decode_table_type line 482
16: _decode_table_type line 486
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 119
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 120
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 160
16: Call to __init__ on line 447 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 448
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 121
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 123
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 448
16: _decode_table_type line 449
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 470
16: _decode_table_type line 471
16: _decode_table_type line 472
16: _decode_table_type line 473
16: _decode_table_type line 475
16: _decode_table_type line 477
16: _decode_table_type line 478
16: _decode_table_type line 479
16: _decode_table_type line 480
16: _decode_table_type line 481
16: _decode_table_type line 482
16: _decode_table_type line 486
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 124
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 448
16: _decode_table_type line 449
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 470
16: _decode_table_type line 471
16: _decode_table_type line 472
16: _decode_table_type line 473
16: _decode_table_type line 475
16: _decode_table_type line 477
16: _decode_table_type line 478
16: _decode_table_type line 479
16: _decode_table_type line 480
16: _decode_table_type line 481
16: _decode_table_type line 482
16: _decode_table_type line 486
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 160
16: Call to __init__ on line 447 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 448
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 125
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 127
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 448
16: _decode_table_type line 449
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 470
16: _decode_table_type line 471
16: _decode_table_type line 472
16: _decode_table_type line 473
16: _decode_table_type line 475
16: _decode_table_type line 477
16: _decode_table_type line 478
16: _decode_table_type line 479
16: _decode_table_type line 480
16: _decode_table_type line 481
16: _decode_table_type line 482
16: _decode_table_type line 486
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 128
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 448
16: _decode_table_type line 449
16: _decode_table_type line 450
16: _decode_table_type line 451
16: _decode_table_type line 452
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: _decode_table_type line 450
16: _decode_table_type line 470
16: _decode_table_type line 471
16: _decode_table_type line 472
16: _decode_table_type line 473
16: _decode_table_type line 475
16: _decode_table_type line 477
16: _decode_table_type line 478
16: _decode_table_type line 479
16: _decode_table_type line 480
16: _decode_table_type line 481
16: _decode_table_type line 482
16: _decode_table_type line 486
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 160
16: Call to __init__ on line 447 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 448
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: get_table line 129
16: Call to get_table on line 488 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: get_table line 489
16: Call to _assert_is_bytes on line 90 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/utils.py
16: _assert_is_bytes line 91
16: _assert_is_bytes line 93
16: _assert_is_bytes line 95
16: _assert_is_bytes line 98
16: get_table line 490
16: get_table line 491
16: get_table line 492
16: get_table line 494
16: get_table line 495
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 496
16: get_table line 498
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 499
16: get_table line 500
16: Call to decode on line 15 of /usr/lib/python2.7/encodings/utf_8.py
16: decode line 16
16: get_table line 501
16: get_table line 503
16: Call to loads on line 294 of /usr/lib/python2.7/json/__init__.py
16: loads line 336
16: loads line 337
16: loads line 338
16: loads line 339
16: Call to decode on line 359 of /usr/lib/python2.7/json/decoder.py
16: decode line 364
16: Call to raw_decode on line 370 of /usr/lib/python2.7/json/decoder.py
16: raw_decode line 379
16: raw_decode line 380
16: raw_decode line 383
16: decode line 365
16: decode line 366
16: decode line 368
16: Call to _decode_table_type on line 444 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/__init__.py
16: _decode_table_type line 446
16: _decode_table_type line 447
16: get_table line 504
16: Call to Table on line 152 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: Table line 157
16: Table line 158
16: Table line 159
16: Table line 161
16: Table line 162
16: Call to __init__ on line 518 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 519
16: Call to __init__ on line 460 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 461
16: Call to __init__ on line 196 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/build/src/python/bcc-python/bcc/table.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 200
16: __init__ line 201
16: __init__ line 202
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 462
16: __init__ line 463
16: Table line 189
16: Call to __eq__ on line 423 of /usr/lib/python2.7/_abcoll.py
16: __eq__ line 424
16: Call to __instancecheck__ on line 128 of /usr/lib/python2.7/abc.py
16: __instancecheck__ line 131
16: __instancecheck__ line 132
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 134
16: __instancecheck__ line 136
16: __instancecheck__ line 138
16: __instancecheck__ line 139
16: __instancecheck__ line 140
16: __instancecheck__ line 141
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __instancecheck__ line 142
16: __eq__ line 425
16: Table line 191
16: test_brb line 183
16: Call to set_default_const on line 104 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/test_brb.py
16: set_default_const line 105
16: set_default_const line 106
16: set_default_const line 107
16: set_default_const line 108
16: set_default_const line 109
16: set_default_const line 110
16: set_default_const line 111
16: set_default_const line 112
16: set_default_const line 113
16: test_brb line 184
16: test_brb line 185
16: test_brb line 186
16: Call to _create_ns on line 96 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/simulation.py
16: _create_ns line 98
16: _create_ns line 99
16: _create_ns line 100
16: Call to _ns_add_ifc on line 23 of /home/iovisor/jenkins/workspace/bcc-pr/label/ubuntu1710/tests/python/simulation.py
16: _ns_add_ifc line 26
16: _ns_add_ifc line 29
16: _ns_add_ifc line 30
16: Call to __init__ on line 181 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: __init__ line 182
16: __init__ line 183
16: __init__ line 184
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Call to <module> on line 35 of /usr/lib/python2.7/multiprocessing/connection.py
16: <module> line 35
16: <module> line 37
16: <module> line 38
16: <module> line 39
16: <module> line 40
16: <module> line 41
16: <module> line 42
16: Call to <module> on line 18 of /usr/lib/python2.7/tempfile.py
16: <module> line 18
16: <module> line 21
16: <module> line 22
16: <module> line 23
16: <module> line 24
16: <module> line 25
16: <module> line 26
16: <module> line 32
16: <module> line 33
16: <module> line 34
16: <module> line 35
16: Call to <module> on line 40 of /usr/lib/python2.7/random.py
16: <module> line 40
16: <module> line 42
16: <module> line 43
16: <module> line 44
16: <module> line 45
16: <module> line 46
16: <module> line 47
16: <module> line 48
16: <module> line 49
16: Call to <module> on line 56 of /usr/lib/python2.7/hashlib.py
16: <module> line 56
16: <module> line 60
16: <module> line 62
16: <module> line 63
16: <module> line 65
16: <module> line 67
16: <module> line 69
16: <module> line 72
16: <module> line 100
16: <module> line 112
16: <module> line 119
16: <module> line 133
16: <module> line 134
16: <module> line 135
16: <module> line 136
16: <module> line 137
16: <module> line 138
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 146
16: <module> line 147
16: Call to __get_openssl_constructor on line 100 of /usr/lib/python2.7/hashlib.py
16: __get_openssl_constructor line 101
16: __get_openssl_constructor line 102
16: __get_openssl_constructor line 105
16: __get_openssl_constructor line 107
16: <module> line 143
16: <module> line 153
16: <module> line 155
16: <module> line 220
16: <module> line 221
16: <module> line 51
16: <module> line 52
16: <module> line 53
16: <module> line 54
16: <module> line 55
16: <module> line 56
16: <module> line 58
16: <module> line 59
16: <module> line 60
16: <module> line 61
16: <module> line 62
16: <module> line 63
16: <module> line 70
16: <module> line 72
16: Call to Random on line 72 of /usr/lib/python2.7/random.py
16: Random line 72
16: Random line 87
16: Random line 89
16: Random line 91
16: Random line 100
16: Random line 123
16: Random line 127
16: Random line 149
16: Random line 166
16: Random line 169
16: Random line 172
16: Random line 177
16: Random line 240
16: Random line 246
16: Random line 247
16: Random line 275
16: Random line 279
16: Random line 295
16: Random line 360
16: Random line 366
16: Random line 388
16: Random line 413
16: Random line 425
16: Random line 444
16: Random line 492
16: Random line 564
16: Random line 617
16: Random line 635
16: Random line 644
16: <module> line 657
16: Call to WichmannHill on line 657 of /usr/lib/python2.7/random.py
16: WichmannHill line 657
16: WichmannHill line 659
16: WichmannHill line 661
16: WichmannHill line 692
16: WichmannHill line 723
16: WichmannHill line 727
16: WichmannHill line 737
16: WichmannHill line 759
16: WichmannHill line 782
16: <module> line 807
16: Call to SystemRandom on line 807 of /usr/lib/python2.7/random.py
16: SystemRandom line 807
16: SystemRandom line 813
16: SystemRandom line 815
16: SystemRandom line 819
16: SystemRandom line 829
16: SystemRandom line 832
16: SystemRandom line 834
16: SystemRandom line 837
16: <module> line 841
16: <module> line 863
16: <module> line 887
16: Call to __init__ on line 91 of /usr/lib/python2.7/random.py
16: __init__ line 97
16: Call to seed on line 100 of /usr/lib/python2.7/random.py
16: seed line 111
16: seed line 112
16: seed line 115
16: seed line 120
16: seed line 121
16: __init__ line 98
16: <module> line 888
16: <module> line 889
16: <module> line 890
16: <module> line 891
16: <module> line 892
16: <module> line 893
16: <module> line 894
16: <module> line 895
16: <module> line 896
16: <module> line 897
16: <module> line 898
16: <module> line 899
16: <module> line 900
16: <module> line 901
16: <module> line 902
16: <module> line 903
16: <module> line 904
16: <module> line 905
16: <module> line 906
16: <module> line 907
16: <module> line 908
16: <module> line 909
16: <module> line 911
16: <module> line 37
16: <module> line 38
16: <module> line 42
16: <module> line 43
16: <module> line 48
16: <module> line 59
16: <module> line 60
16: <module> line 63
16: <module> line 65
16: <module> line 66
16: <module> line 68
16: <module> line 69
16: <module> line 71
16: <module> line 72
16: <module> line 75
16: <module> line 76
16: <module> line 80
16: <module> line 84
16: <module> line 86
16: <module> line 87
16: <module> line 100
16: <module> line 108
16: Call to _RandomNameSequence on line 108 of /usr/lib/python2.7/tempfile.py
16: _RandomNameSequence line 108
16: _RandomNameSequence line 114
16: _RandomNameSequence line 117
16: _RandomNameSequence line 118
16: _RandomNameSequence line 120
16: _RandomNameSequence line 124
16: _RandomNameSequence line 132
16: _RandomNameSequence line 135
16: <module> line 148
16: <module> line 176
16: <module> line 219
16: <module> line 221
16: <module> line 235
16: <module> line 262
16: <module> line 266
16: <module> line 268
16: <module> line 280
16: <module> line 317
16: <module> line 353
16: <module> line 383
16: Call to _TemporaryFileWrapper on line 383 of /usr/lib/python2.7/tempfile.py
16: _TemporaryFileWrapper line 383
16: _TemporaryFileWrapper line 389
16: _TemporaryFileWrapper line 391
16: _TemporaryFileWrapper line 397
16: _TemporaryFileWrapper line 409
16: _TemporaryFileWrapper line 416
16: _TemporaryFileWrapper line 422
16: _TemporaryFileWrapper line 424
16: _TemporaryFileWrapper line 433
16: _TemporaryFileWrapper line 438
16: <module> line 447
16: <module> line 448
16: <module> line 484
16: <module> line 490
16: <module> line 491
16: <module> line 519
16: Call to SpooledTemporaryFile on line 519 of /usr/lib/python2.7/tempfile.py
16: SpooledTemporaryFile line 519
16: SpooledTemporaryFile line 523
16: SpooledTemporaryFile line 524
16: SpooledTemporaryFile line 526
16: SpooledTemporaryFile line 527
16: SpooledTemporaryFile line 533
16: SpooledTemporaryFile line 539
16: SpooledTemporaryFile line 556
16: SpooledTemporaryFile line 561
16: SpooledTemporaryFile line 565
16: SpooledTemporaryFile line 568
16: SpooledTemporaryFile line 571
16: SpooledTemporaryFile line 575
16: SpooledTemporaryFile line 579
16: SpooledTemporaryFile line 582
16: SpooledTemporaryFile line 585
16: SpooledTemporaryFile line 592
16: SpooledTemporaryFile line 599
16: SpooledTemporaryFile line 602
16: SpooledTemporaryFile line 605
16: SpooledTemporaryFile line 608
16: SpooledTemporaryFile line 611
16: SpooledTemporaryFile line 614
16: SpooledTemporaryFile line 618
16: SpooledTemporaryFile line 621
16: SpooledTemporaryFile line 624
16: SpooledTemporaryFile line 630
16: SpooledTemporaryFile line 636
16: <module> line 43
16: <module> line 45
16: <module> line 46
16: <module> line 47
16: <module> line 48
16: Call to <module> on line 35 of /usr/lib/python2.7/multiprocessing/forking.py
16: <module> line 35
16: <module> line 36
16: <module> line 37
16: <module> line 38
16: <module> line 40
16: <module> line 42
16: <module> line 48
16: <module> line 59
16: <module> line 60
16: Call to ForkingPickler on line 60 of /usr/lib/python2.7/multiprocessing/forking.py
16: ForkingPickler line 60
16: ForkingPickler line 61
16: ForkingPickler line 63
16: <module> line 70
16: <module> line 75
16: Call to register on line 63 of /usr/lib/python2.7/multiprocessing/forking.py
16: register line 65
16: register line 68
16: <module> line 77
16: <module> line 79
16: Call to register on line 63 of /usr/lib/python2.7/multiprocessing/forking.py
16: register line 65
16: register line 68
16: <module> line 80
16: Call to register on line 63 of /usr/lib/python2.7/multiprocessing/forking.py
16: register line 65
16: register line 68
16: <module> line 87
16: <module> line 88
16: <module> line 92
16: <module> line 94
16: <module> line 96
16: Call to register on line 63 of /usr/lib/python2.7/multiprocessing/forking.py
16: register line 65
16: register line 68
16: <module> line 102
16: <module> line 103
16: <module> line 105
16: <module> line 106
16: <module> line 107
16: <module> line 114
16: Call to Popen on line 114 of /usr/lib/python2.7/multiprocessing/forking.py
16: Popen line 114
16: Popen line 116
16: Popen line 131
16: Popen line 152
16: Popen line 168
16: Popen line 176
16: <module> line 441
16: <module> line 443
16: <module> line 55
16: <module> line 57
16: <module> line 59
16: <module> line 61
16: <module> line 62
16: <module> line 64
16: <module> line 65
16: <module> line 66
16: <module> line 68
16: <module> line 73
16: <module> line 76
16: <module> line 83
16: <module> line 98
16: <module> line 117
16: Call to Listener on line 117 of /usr/lib/python2.7/multiprocessing/connection.py
16: Listener line 117
16: Listener line 123
16: Listener line 124
16: Listener line 139
16: Listener line 151
16: Listener line 157
16: Listener line 158
16: <module> line 161
16: <module> line 181
16: <module> line 183
16: <module> line 247
16: Call to SocketListener on line 247 of /usr/lib/python2.7/multiprocessing/connection.py
16: SocketListener line 247
16: SocketListener line 250
16: SocketListener line 251
16: SocketListener line 272
16: SocketListener line 287
16: <module> line 297
16: <module> line 329
16: <module> line 410
16: <module> line 412
16: <module> line 413
16: <module> line 414
16: <module> line 416
16: <module> line 429
16: <module> line 445
16: Call to ConnectionWrapper on line 445 of /usr/lib/python2.7/multiprocessing/connection.py
16: ConnectionWrapper line 445
16: ConnectionWrapper line 446
16: ConnectionWrapper line 453
16: ConnectionWrapper line 456
16: <module> line 460
16: <module> line 463
16: <module> line 467
16: Call to XmlListener on line 467 of /usr/lib/python2.7/multiprocessing/connection.py
16: XmlListener line 467
16: XmlListener line 468
16: <module> line 474
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 188
16: Pipe line 189
16: Pipe line 190
16: Pipe line 191
16: Pipe line 192
16: Pipe line 193
16: Pipe line 194
16: Pipe line 200
16: __init__ line 185
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 188
16: Pipe line 189
16: Pipe line 190
16: Pipe line 191
16: Pipe line 192
16: Pipe line 193
16: Pipe line 194
16: Pipe line 200
16: __init__ line 186
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: __init__ line 187
16: __init__ line 188
16: __init__ line 189
16: __init__ line 190
16: __init__ line 191
16: Call to __init__ on line 94 of /usr/lib/python2.7/multiprocessing/process.py
16: __init__ line 95
16: __init__ line 96
16: __init__ line 97
16: __init__ line 98
16: __init__ line 99
16: __init__ line 100
16: __init__ line 101
16: __init__ line 102
16: __init__ line 103
16: __init__ line 104
16: __init__ line 105
16: __init__ line 106
16: __init__ line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: __init__ line 192
16: Call to start on line 116 of /usr/lib/python2.7/multiprocessing/process.py
16: start line 120
16: start line 121
16: start line 123
16: start line 125
16: Call to _cleanup on line 76 of /usr/lib/python2.7/multiprocessing/process.py
16: _cleanup line 78
16: start line 126
16: start line 129
16: start line 130
16: Call to __init__ on line 116 of /usr/lib/python2.7/multiprocessing/forking.py
16: __init__ line 117
16: __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: Call to _after_fork on line 1202 of /usr/lib/python2.7/threading.py
16: _after_fork line 1210
16: _after_fork line 1213
16: _after_fork line 1214
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: _after_fork line 1215
16: _after_fork line 1216
16: Call to _enumerate on line 1170 of /usr/lib/python2.7/threading.py
16: _enumerate line 1172
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1224
16: _after_fork line 1225
16: _after_fork line 1226
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1231
16: _after_fork line 1232
16: _after_fork line 1233
16: _after_fork line 1234
16: __init__ line 122
16: __init__ line 123
16: __init__ line 124
16: __init__ line 125
16: Call to seed on line 100 of /usr/lib/python2.7/random.py
16: seed line 111
16: seed line 112
16: seed line 115
16: seed line 120
16: seed line 121
16: __init__ line 126
16: Call to _bootstrap on line 250 of /usr/lib/python2.7/multiprocessing/process.py
16: _bootstrap line 251
16: _bootstrap line 254
16: _bootstrap line 255
16: _bootstrap line 256
16: _bootstrap line 257
16: _bootstrap line 258
16: _bootstrap line 259
16: _bootstrap line 262
16: _bootstrap line 263
16: _bootstrap line 264
16: Call to _run_after_forkers on line 152 of /usr/lib/python2.7/multiprocessing/util.py
16: _run_after_forkers line 153
16: Call to items on line 163 of /usr/lib/python2.7/weakref.py
16: items line 164
16: items line 166
16: items line 167
16: items line 171
16: _run_after_forkers line 154
16: _run_after_forkers line 155
16: _bootstrap line 265
16: Call to info on line 76 of /usr/lib/python2.7/multiprocessing/util.py
16: info line 77
16: _bootstrap line 266
16: _bootstrap line 267
16: Call to run on line 109 of /usr/lib/python2.7/multiprocessing/process.py
16: run line 113
16: run line 114
16: Call to NetNServer on line 85 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: NetNServer line 128
16: NetNServer line 129
16: NetNServer line 130
16: Call to setns on line 214 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: setns line 224
16: Call to __init__ on line 350 of /usr/lib/python2.7/ctypes/__init__.py
16: __init__ line 353
16: __init__ line 354
16: __init__ line 355
16: __init__ line 356
16: __init__ line 357
16: __init__ line 360
16: Call to _FuncPtr on line 360 of /usr/lib/python2.7/ctypes/__init__.py
16: _FuncPtr line 360
16: _FuncPtr line 361
16: _FuncPtr line 362
16: __init__ line 363
16: __init__ line 365
16: __init__ line 366
16: setns line 225
16: setns line 226
16: Call to _get_netnspath on line 116 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: _get_netnspath line 117
16: _get_netnspath line 118
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: _get_netnspath line 119
16: _get_netnspath line 120
16: _get_netnspath line 121
16: Call to search_function on line 71 of /usr/lib/python2.7/encodings/__init__.py
16: search_function line 74
16: search_function line 75
16: search_function line 85
16: Call to normalize_encoding on line 49 of /usr/lib/python2.7/encodings/__init__.py
16: normalize_encoding line 64
16: normalize_encoding line 69
16: search_function line 86
16: search_function line 87
16: search_function line 88
16: search_function line 92
16: search_function line 93
16: search_function line 94
16: search_function line 96
16: search_function line 99
16: search_function line 100
16: Call to <module> on line 8 of /usr/lib/python2.7/encodings/ascii.py
16: <module> line 8
16: <module> line 9
16: <module> line 13
16: Call to Codec on line 13 of /usr/lib/python2.7/encodings/ascii.py
16: Codec line 13
16: Codec line 17
16: Codec line 18
16: <module> line 20
16: Call to IncrementalEncoder on line 20 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalEncoder line 20
16: IncrementalEncoder line 21
16: <module> line 24
16: Call to IncrementalDecoder on line 24 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalDecoder line 24
16: IncrementalDecoder line 25
16: <module> line 28
16: Call to StreamWriter on line 28 of /usr/lib/python2.7/encodings/ascii.py
16: StreamWriter line 28
16: StreamWriter line 29
16: <module> line 31
16: Call to StreamReader on line 31 of /usr/lib/python2.7/encodings/ascii.py
16: StreamReader line 31
16: StreamReader line 32
16: <module> line 34
16: Call to StreamConverter on line 34 of /usr/lib/python2.7/encodings/ascii.py
16: StreamConverter line 34
16: StreamConverter line 36
16: StreamConverter line 37
16: <module> line 41
16: search_function line 104
16: search_function line 108
16: search_function line 109
16: search_function line 114
16: search_function line 120
16: Call to getregentry on line 41 of /usr/lib/python2.7/encodings/ascii.py
16: getregentry line 42
16: getregentry line 43
16: getregentry line 44
16: getregentry line 45
16: getregentry line 46
16: getregentry line 47
16: getregentry line 48
16: getregentry line 49
16: Call to __new__ on line 92 of /usr/lib/python2.7/codecs.py
16: __new__ line 95
16: __new__ line 96
16: __new__ line 97
16: __new__ line 98
16: __new__ line 99
16: __new__ line 100
16: __new__ line 101
16: __new__ line 102
16: __new__ line 103
16: __new__ line 105
16: search_function line 121
16: search_function line 140
16: search_function line 144
16: search_function line 145
16: search_function line 146
16: search_function line 147
16: search_function line 154
16: _get_netnspath line 122
16: setns line 227
16: Call to basename on line 112 of /usr/lib/python2.7/posixpath.py
16: basename line 114
16: basename line 115
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: Call to listnetns on line 125 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: listnetns line 129
16: listnetns line 132
16: listnetns line 133
16: listnetns line 134
16: setns line 231
16: setns line 232
16: Call to create on line 175 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: create line 179
16: create line 180
16: Call to _after_fork on line 1202 of /usr/lib/python2.7/threading.py
16: _after_fork line 1210
16: _after_fork line 1213
16: _after_fork line 1214
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: _after_fork line 1215
16: _after_fork line 1216
16: Call to _enumerate on line 1170 of /usr/lib/python2.7/threading.py
16: _enumerate line 1172
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1224
16: _after_fork line 1225
16: _after_fork line 1226
16: _after_fork line 1216
16: _after_fork line 1231
16: _after_fork line 1232
16: _after_fork line 1233
16: _after_fork line 1234
16: create line 181
16: create line 183
16: create line 184
16: create line 185
16: Call to _create on line 142 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: _create line 143
16: _create line 144
16: Call to _get_netnspath on line 116 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: _get_netnspath line 117
16: _get_netnspath line 118
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: _get_netnspath line 119
16: _get_netnspath line 120
16: _get_netnspath line 121
16: _get_netnspath line 122
16: _create line 145
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 125
16: dirname line 126
16: _create line 148
16: _create line 149
16: _create line 150
16: _create line 151
16: _create line 155
16: _create line 156
16: Call to __gene 100
16: __new__ line 101
16: __new__ line 102
16: __new__ line 103
16: __new__ line 105
16: search_function line 121
16: search_function line 140
16: search_function line 144
16: search_function line 145
16: search_function line 146
16: search_function line 147
16: search_function line 154
16: _get_netnspath line 122
16: setns line 227
16: Call to basename on line 112 of /usr/lib/python2.7/posixpath.py
16: basename line 114
16: basename line 115
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: Call to listnetns on line 125 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: listnetns line 129
16: listnetns line 132
16: listnetns line 133
16: listnetns line 134
16: setns line 231
16: setns line 232
16: Call to create on line 175 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: create line 179
16: create line 180
16: create line 181
16: create line 195
16: create line 196
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_none on line 905 of /usr/lib/python2.7/pickle.py
16: load_none line 906
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: create line 197
16: create line 198
16: create line 199
16: create line 200
16: setns line 233
16: setns line 234
16: setns line 243
16: Call to __getattr__ on line 376 of /usr/lib/python2.7/ctypes/__init__.py
16: __getattr__ line 377
16: __getattr__ line 379
16: Call to __getitem__ on line 383 of /usr/lib/python2.7/ctypes/__init__.py
16: __getitem__ line 384
16: __getitem__ line 385
16: __getitem__ line 386
16: __getitem__ line 387
16: __getattr__ line 380
16: __getattr__ line 381
16: setns line 244
16: setns line 246
16: NetNServer line 140
16: Call to Server on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: Server line 162
16: Server line 167
16: Server line 168
16: Call to __init__ on line 24 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: __init__ line 25
16: __init__ line 26
16: Call to __init__ on line 279 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 296
16: __init__ line 297
16: __init__ line 302
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: __init__ line 310
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 317
16: __init__ line 318
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 319
16: Call to __init__ on line 253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 254
16: __init__ line 255
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 320
16: __init__ line 321
16: __init__ line 322
16: Call to __init__ on line 26 of /usr/lib/python2.7/Queue.py
16: __init__ line 27
16: __init__ line 28
16: Call to _init on line 197 of /usr/lib/python2.7/Queue.py
16: _init line 198
16: __init__ line 33
16: __init__ line 36
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 39
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 42
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 43
16: __init__ line 323
16: __init__ line 324
16: __init__ line 325
16: __init__ line 326
16: __init__ line 327
16: __init__ line 328
16: __init__ line 329
16: __init__ line 330
16: __init__ line 331
16: __init__ line 337
16: __init__ line 338
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 341
16: Call to post_init on line 887 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: post_init line 889
16: Call to __enter__ on line 257 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 258
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: post_init line 890
16: post_init line 892
16: post_init line 893
16: post_init line 894
16: post_init line 895
16: Call to __init__ on line 189 of /usr/lib/python2.7/socket.py
16: __init__ line 190
16: __init__ line 191
16: __init__ line 192
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: post_init line 896
16: post_init line 899
16: post_init line 906
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 907
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 908
16: Call to __exit__ on line 260 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 261
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 27
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 28
16: __init__ line 29
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 30
16: Call to __init__ on line 136 of /usr/local/lib/python2.7/dist-packages/pyroute2/commo __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: __init__ line 122
16: start line 133
16: start line 134
16: __init__ line 193
16: Call to __init__ on line 279 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 296
16: Call to __init__ on line 245 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: __init__ line 246
16: __init__ line 247
16: __init__ line 248
16: __init__ line 249
16: __init__ line 250
16: __init__ line 252
16: __init__ line 255
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: __init__ line 256
16: __init__ line 297
16: __init__ line 302
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: __init__ line 310
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 317
16: __init__ line 318
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 319
16: Call to __init__ on line 253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 254
16: __init__ line 255
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 320
16: __init__ line 321
16: __init__ line 322
16: Call to __init__ on line 26 of /usr/lib/python2.7/Queue.py
16: __init__ line 27
16: __init__ line 28
16: Call to _init on line 197 of /usr/lib/python2.7/Queue.py
16: _init line 198
16: __init__ line 33
16: __init__ line 36
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 39
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 42
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 43
16: __init__ line 323
16: __init__ line 324
16: __init__ line 325
16: __init__ line 326
16: __init__ line 327
16: __init__ line 328
16: __init__ line 329
16: __init__ line 330
16: __init__ line 331
16: __init__ line 337
16: __init__ line 338
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 341
16: Call to post_init on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: post_init line 223
16: __init__ line 194
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: _ns_add_ifc line 31
16: _ns_add_ifc line 36
16: Call to __init__ on line 765 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __init__ line 770
16: __init__ line 771
16: __init__ line 772
16: __init__ line 773
16: __init__ line 774
16: __init__ line 775
16: __init__ line 776
16: __init__ line 777
16: __init__ line 778
16: __init__ line 779
16: __init__ line 780
16: __init__ line 781
16: __init__ line 782
16: __init__ line 783
16: __init__ line 784
16: __init__ line 785
16: __init__ line 786
16: __init__ line 787
16: __init__ line 788
16: __init__ line 788
16: __init__ line 788
16: __init__ line 788
16: __init__ line 789
16: __init__ line 791
16: __init__ line 794
16: __init__ line 795
16: __init__ line 797
16: __init__ line 798
16: __init__ line 799
16: __init__ line 802
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 803
16: __init__ line 818
16: __init__ line 825
16: __init__ line 828
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to initdb on line 851 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: initdb line 854
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to release on line 1002 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: release line 1014
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1015
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1017
16: release line 1018
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1031
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1034
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1041
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: release line 1043
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1048
16: release line 1054
16: release line 1056
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1068
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1072
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: release line 1075
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: initdb line 855
16: initdb line 857
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 861
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 864
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to clone on line 196 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: clone line 197
16: Call to __init__ on line 181 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: __init__ line 182
16: __init__ line 183
16: __init__ line 184
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 188
16: Pipe line 189
16: Pipe line 190
16: Pipe line 191
16: Pipe line 192
16: Pipe line 193
16: Pipe line 194
16: Pipe line 200
16: __init__ line 185
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 188
16: Pipe line 189
16: Pipe line 190
16: Pipe line 191
16: Pipe line 192
16: Pipe line 193
16: Pipe line 194
16: Pipe line 200
16: __init__ line 186
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: __init__ line 187
16: __init__ line 188
16: __init__ line 189
16: __init__ line 190
16: __init__ line 191
16: Call to __init__ on line 94 of /usr/lib/python2.7/multiprocessing/process.py
16: __init__ line 95
16: __init__ line 96
16: __init__ line 97
16: __init__ line 98
16: __init__ line 99
16: __init__ line 100
16: __init__ line 101
16: __init__ line 102
16: __init__ line 103
16: __init__ line 104
16: __init__ line 105
16: __init__ line 106
16: __init__ line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: __init__ line 192
16: Call to start on line 116 of /usr/lib/python2.7/multiprocessing/process.py
16: start line 120
16: start line 121
16: start line 123
16: start line 125
16: Call to _cleanup on line 76 of /usr/lib/python2.7/multiprocessing/process.py
16: _cleanup line 78
16: _cleanup line 79
16: Call to poll on line 131 of /usr/lib/python2.7/multiprocessing/forking.py
16: poll line 132
16: poll line 133
16: poll line 134
16: poll line 135
16: poll line 143
16: poll line 144
16: poll line 150
16: _cleanup line 78
16: start line 126
16: start line 129
16: start line 130
16: Call to __init__ on line 116 of /usr/lib/python2.7/multiprocessing/forking.py
16: __init__ line 117
16: __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: Call to _after_fork on line 1202 of /usr/lib/python2.7/threading.py
16: _after_fork line 1210
16: _after_fork line 1213
16: _after_fork line 1214
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: _after_fork line 1215
16: _after_fork line 1216
16: Call to _enumerate on line 1170 of /usr/lib/python2.7/threading.py
16: _enumerate line 1172
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1224
16: _after_fork line 1225
16: _after_fork line 1226
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1231
16: _after_fork line 1232
16: _after_fork line 1233
16: _after_fork line 1234
16: __init__ line 122
16: __init__ line 123
16: __init__ line 124
16: __init__ line 125
16: Call to seed on line 100 of /usr/lib/python2.7/random.py
16: seed line 111
16: seed line 112
16: seed line 115
16: seed line 120
16: seed line 121
16: __init__ line 126
16: Call to _bootstrap on line 250 of /usr/lib/python2.7/multiprocessing/process.py
16: _bootstrap line 251
16: _bootstrap line 254
16: _bootstrap line 255
16: _bootstrap line 256
16: _bootstrap line 257
16: _bootstrap line 258
16: _bootstrap line 259
16: _bootstrap line 262
16: _bootstrap line 263
16: _bootstrap line 264
16: Call to _run_after_forkers on line 152 of /usr/lib/python2.7/multiprocessing/util.py
16: _run_after_forkers line 153
16: Call to items on line 163 of /usr/lib/python2.7/weakref.py
16: items line 164
16: items line 166
16: items line 167
16: items line 171
16: _run_after_forkers line 154
16: _run_after_forkers line 155
16: _bootstrap line 265
16: Call to info on line 76 of /usr/lib/python2.7/multiprocessing/util.py
16: info line 77
16: _bootstrap line 266
16: _bootstrap line 267
16: Call to run on line 109 of /usr/lib/python2.7/multiprocessing/process.py
16: run line 113
16: run line 114
16: Call to NetNServer on line 85 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: NetNServer line 128
16: NetNServer line 129
16: NetNServer line 130
16: Call to setns on line 214 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: setns line 224
16: Call to __init__ on line 350 of /usr/lib/python2.7/ctypes/__init__.py
16: __init__ line 353
16: __init__ line 354
16: __init__ line 355
16: __init__ line 356
16: __init__ line 357
16: __init__ line 360
16: Call to _FuncPtr on line 360 of /usr/lib/python2.7/ctypes/__init__.py
16: _FuncPtr line 360
16: _FuncPtr line 361
16: _FuncPtr line 362
16: __init__ line 363
16: __init__ line 365
16: __init__ line 366
16: setns line 225
16: setns line 226
16: Call to _get_netnspath on line 116 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: _get_netnspath line 117
16: _get_netnspath line 118
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: _get_netnspath line 119
16: _get_netnspath line 120
16: _get_netnspath line 121
16: Call to search_function on line 71 of /usr/lib/python2.7/encodings/__init__.py
16: search_function line 74
16: search_function line 75
16: search_function line 85
16: Call to normalize_encoding on line 49 of /usr/lib/python2.7/encodings/__init__.py
16: normalize_encoding line 64
16: normalize_encoding line 69
16: search_function line 86
16: search_function line 87
16: search_function line 88
16: search_function line 92
16: search_function line 93
16: search_function line 94
16: search_function line 96
16: search_function line 99
16: search_function line 100
16: Call to <module> on line 8 of /usr/lib/python2.7/encodings/ascii.py
16: <module> line 8
16: <module> line 9
16: <module> line 13
16: Call to Codec on line 13 of /usr/lib/python2.7/encodings/ascii.py
16: Codec line 13
16: Codec line 17
16: Codec line 18
16: <module> line 20
16: Call to IncrementalEncoder on line 20 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalEncoder line 20
16: IncrementalEncoder line 21
16: <module> line 24
16: Call to IncrementalDecoder on line 24 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalDecoder line 24
16: IncrementalDecoder line 25
16: <module> line 28
16: Call to StreamWriter on line 28 of /usr/lib/python2.7/encodings/ascii.py
16: StreamWriter line 28
16: StreamWriter line 29
16: <module> line 31
16: Call to StreamReader on line 31 of /usr/lib/python2.7/encodings/ascii.py
16: StreamReader line 31
16: StreamReader line 32
16: <module> line 34
16: Call to StreamConverter on line 34 of /usr/lib/python2.7/encodings/ascii.py
16: StreamConverter line 34
16: StreamConverter line 36
16: StreamConverter line 37
16: <module> line 41
16: search_function line 104
16: search_function line 108
16: search_function line 109
16: search_function line 114
16: search_function line 120
16: Call to getregentry on line 41 of /usr/lib/python2.7/encodings/ascii.py
16: getregentry line 42
16: getregentry line 43
16: getregentry line 44
16: getregentry line 45
16: getregentry line 46
16: getregentry line 47
16: getregentry line 48
16: getregentry line 49
16: Call to __new__ on line 92 of /usr/lib/python2.7/codecs.py
16: __new__ line 95
16: __new__ line 96
16: __new__ line 97
16: __new__ line 98
16: __new__ line 99
16: __new__ line 100
16: __new__ line 101
16: __new__ line 102
16: __new__ line 103
16: __new__ line 105
16: search_function line 121
16: search_function line 140
16: search_function line 144
16: search_function line 145
16: search_function line 146
16: search_function line 147
16: search_function line 154
16: _get_netnspath line 122
16: setns line 227
16: Call to basename on line 112 of /usr/lib/python2.7/posixpath.py
16: basename line 114
16: basename line 115
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: Call to listnetns on line 125 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: listnetns line 129
16: listnetns line 132
16: listnetns line 133
16: listnetns line 134
16: setns line 228
16: setns line 233
16: setns line 234
16: setns line 243
16: Call to __getattr__ on line 376 of /usr/lib/python2.7/ctypes/__init__.py
16: __getattr__ line 377
16: __getattr__ line 379
16: Call to __getitem__ on line 383 of /usr/lib/python2.7/ctypes/__init__.py
16: __getitem__ line 384
16: __getitem__ line 385
16: __getitem__ line 386
16: __getitem__ line 387
16: __getattr__ line 380
16: __getattr__ line 381
16: setns line 244
16: setns line 246
16: NetNServer line 140
16: Call to Server on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: Server line 162
16: Server line 167
16: Server line 168
16: Call to __init__ on line 24 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: __init__ line 25
16: __init__ line 26
16: Call to __init__ on line 279 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 296
16: __init__ line 297
16: __init__ line 302
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: __init__ line 310
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 317
16: __init__ line 318
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 319
16: Call to __init__ on line 253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 254
16: __init__ line 255
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 320
16: __init__ line 321
16: __init__ line 322
16: Call to __init__ on line 26 of /usr/lib/python2.7/Queue.py
16: __init__ line 27
16: __init__ line 28
16: Call to _init on line 197 of /usr/lib/python2.7/Queue.py
16: _init line 198
16: __init__ line 33
16: __init__ line 36
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 39
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 42
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 43
16: __init__ line 323
16: __init__ line 324
16: __init__ line 325
16: __init__ line 326
16: __init__ line 327
16: __init__ line 328
16: __init__ line 329
16: __init__ line 330
16: __init__ line 331
16: __init__ line 337
16: __init__ line 338
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 341
16: Call to post_init on line 887 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: post_init line 889
16: Call to __enter__ on line 257 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 258
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: post_init line 890
16: post_init line 892
16: post_init line 893
16: post_init line 894
16: post_init line 895
16: Call to __init__ on line 189 of /usr/lib/python2.7/socket.py
16: __init__ line 190
16: __init__ line 191
16: __init__ line 192
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: post_init line 896
16: post_init line 899
16: post_init line 906
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 907
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 908
16: Call to __exit__ on line 260 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 261
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 27
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 28
16: __init__ line 29
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 30
16: Call to __init__ on line 136 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 137
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 138
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 31
16: Call to __init__ on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: __init__ line 27
16: __init__ line 28
16: __init__ line 29
16: __init__ line 30
16: __init__ line 32
16: __init__ line 33
16: __init__ line 34
16: Server line 169
16: Server line 170
16: Call to __init__ on line 72 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: __init__ line 73
16: __init__ line 74
16: Server line 176
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 177
16: Server __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: __init__ line 122
16: start line 133
16: start line 134
16: __init__ line 193
16: Call to __init__ on line 279 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 296
16: Call to __init__ on line 245 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: __init__ line 246
16: __init__ line 247
16: __init__ line 248
16: __init__ line 249
16: __init__ line 250
16: __init__ line 252
16: __init__ line 255
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: __init__ line 256
16: __init__ line 297
16: __init__ line 302
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: __init__ line 310
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 317
16: __init__ line 318
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 319
16: Call to __init__ on line 253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 254
16: __init__ line 255
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 320
16: __init__ line 321
16: __init__ line 322
16: Call to __init__ on line 26 of /usr/lib/python2.7/Queue.py
16: __init__ line 27
16: __init__ line 28
16: Call to _init on line 197 of /usr/lib/python2.7/Queue.py
16: _init line 198
16: __init__ line 33
16: __init__ line 36
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 39
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 42
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 43
16: __init__ line 323
16: __init__ line 324
16: __init__ line 325
16: __init__ line 326
16: __init__ line 327
16: __init__ line 328
16: __init__ line 329
16: __init__ line 330
16: __init__ line 331
16: __init__ line 337
16: __init__ line 338
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 341
16: Call to post_init on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/nslink.py
16: post_init line 223
16: __init__ line 194
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: initdb line 865
16: initdb line 866
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to bind on line 330 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: bind line 331
16: Call to bind on line 309 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: bind line 310
16: bind line 312
16: bind line 313
16: Call to proxy on line 294 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: proxy line 295
16: proxy line 296
16: proxy line 297
16: proxy line 298
16: proxy line 299
16: proxy line 300
16: proxy line 301
16: proxy line 302
16: proxy line 304
16: initdb line 874
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 877
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 878
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 877
16: initdb line 878
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 877
16: initdb line 878
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 881
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 882
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: initdb line 880
16: initdb line 877
16: initdb line 887
16: initdb line 888
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 647 of /usr/lib/python2.7/threading.py
16: __init__ line 670
16: __init__ line 671
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 672
16: __init__ line 673
16: __init__ line 674
16: __init__ line 675
16: __init__ line 676
16: __init__ line 677
16: __init__ line 678
16: Call to _set_daemon on line 700 of /usr/lib/python2.7/threading.py
16: _set_daemon line 702
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: Call to daemon on line 999 of /usr/lib/python2.7/threading.py
16: daemon line 1012
16: daemon line 1013
16: __init__ line 679
16: __init__ line 680
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 681
16: __init__ line 682
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 683
16: __init__ line 686
16: initdb line 889
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to setDaemon on line 1026 of /usr/lib/python2.7/threading.py
16: setDaemon line 1027
16: Call to daemon on line 1015 of /usr/lib/python2.7/threading.py
16: daemon line 1017
16: daemon line 1019
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: daemon line 1021
16: initdb line 890
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to start on line 717 of /usr/lib/python2.7/threading.py
16: start line 727
16: start line 729
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: start line 732
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: start line 733
16: start line 734
16: start line 735
16: start line 736
16: start line 741
16: Call to wait on line 597 of /usr/lib/python2.7/threading.py
16: wait line 612
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: wait line 613
16: wait line 614
16: Call to wait on line 309 of /usr/lib/python2.7/threading.py
16: wait line 332
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: wait line 334
16: wait line 335
16: wait line 336
16: wait line 337
16: Call to _release_save on line 294 of /usr/lib/python2.7/threading.py
16: _release_save line 295
16: wait line 338
16: wait line 339
16: wait line 340
16: wait line 342
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: wait line 371
16: Call to _acquire_restore on line 297 of /usr/lib/python2.7/threading.py
16: _acquire_restore line 298
16: wait line 615
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: __init__ line 831
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 832
16: __init__ line 831
16: __init__ line 833
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 834
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 836
16: __init__ line 840
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: _ns_add_ifc line 37
16: _ns_add_ifc line 38
16: _ns_add_ifc line 39
16: _ns_add_ifc line 40
16: _ns_add_ifc line 41
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 233 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __init__ line 254
16: __init__ line 255
16: __init__ line 258
16: __init__ line 259
16: Call to Queue on line 213 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Queue line 217
16: Call to <module> on line 35 of /usr/lib/python2.7/multiprocessing/queues.py
16: <module> line 35
16: <module> line 37
16: <module> line 38
16: <module> line 39
16: <module> line 40
16: <module> line 41
16: <module> line 42
16: <module> line 43
16: <module> line 45
16: <module> line 46
16: <module> line 47
16: <module> line 48
16: Call to <module> on line 36 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: <module> line 36
16: <module> line 39
16: <module> line 40
16: <module> line 41
16: <module> line 43
16: <module> line 45
16: <module> line 46
16: <module> line 47
16: <module> line 48
16: <module> line 53
16: <module> line 54
16: <module> line 65
16: <module> line 66
16: <module> line 72
16: Call to SemLock on line 72 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: SemLock line 72
16: SemLock line 74
16: SemLock line 84
16: SemLock line 88
16: SemLock line 91
16: SemLock line 94
16: SemLock line 99
16: <module> line 108
16: Call to Semaphore on line 108 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: Semaphore line 108
16: Semaphore line 110
16: Semaphore line 113
16: Semaphore line 116
16: <module> line 127
16: Call to BoundedSemaphore on line 127 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: BoundedSemaphore line 127
16: BoundedSemaphore line 129
16: BoundedSemaphore line 132
16: <module> line 144
16: Call to Lock on line 144 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: Lock line 144
16: Lock line 146
16: Lock line 149
16: <module> line 169
16: Call to RLock on line 169 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: RLock line 169
16: RLock line 171
16: RLock line 174
16: <module> line 195
16: Call to Condition on line 195 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: Condition line 195
16: Condition line 197
16: Condition line 204
16: Condition line 209
16: Condition line 214
16: Condition line 217
16: Condition line 220
16: Condition line 224
16: Condition line 232
16: Condition line 255
16: Condition line 272
16: <module> line 299
16: Call to Event on line 299 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: Event line 299
16: Event line 301
16: Event line 305
16: Event line 315
16: Event line 324
16: Event line 331
16: <module> line 49
16: <module> line 50
16: <module> line 56
16: Call to Queue on line 56 of /usr/lib/python2.7/multiprocessing/queues.py
16: Queue line 56
16: Queue line 58
16: Queue line 76
16: Queue line 81
16: Queue line 86
16: Queue line 99
16: Queue line 113
16: Queue line 141
16: Queue line 145
16: Queue line 148
16: Queue line 151
16: Queue line 154
16: Queue line 157
16: Queue line 167
16: Queue line 173
16: Queue line 181
16: Queue line 213
16: Queue line 223
16: Queue line 233
16: <module> line 285
16: <module> line 295
16: Call to JoinableQueue on line 295 of /usr/lib/python2.7/multiprocessing/queues.py
16: JoinableQueue line 295
16: JoinableQueue line 297
16: JoinableQueue line 302
16: JoinableQueue line 305
16: JoinableQueue line 309
16: JoinableQueue line 326
16: JoinableQueue line 336
16: <module> line 348
16: Call to SimpleQueue on line 348 of /usr/lib/python2.7/multiprocessing/queues.py
16: SimpleQueue line 348
16: SimpleQueue line 350
16: SimpleQueue line 359
16: SimpleQueue line 362
16: SimpleQueue line 366
16: SimpleQueue line 370
16: Queue line 218
16: Call to __init__ on line 58 of /usr/lib/python2.7/multiprocessing/queues.py
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 196
16: Pipe line 197
16: Pipe line 198
16: Pipe line 200
16: __init__ line 63
16: Call to __init__ on line 146 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 147
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 64
16: __init__ line 65
16: __init__ line 68
16: Call to __init__ on line 146 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 147
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 69
16: Call to __init__ on line 129 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 130
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 71
16: Call to _after_fork on line 86 of /usr/lib/python2.7/multiprocessing/queues.py
16: _after_fork line 87
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _after_fork line 88
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 89
16: _after_fork line 90
16: _after_fork line 91
16: _after_fork line 92
16: _after_fork line 93
16: _after_fork line 94
16: _after_fork line 95
16: _after_fork line 96
16: _after_fork line 97
16: __init__ line 73
16: __init__ line 74
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 260
16: Call to Queue on line 213 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Queue line 217
16: Queue line 218
16: Call to __init__ on line 58 of /usr/lib/python2.7/multiprocessing/queues.py
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: Call to Pipe on line 102 of /usr/lib/python2.7/multiprocessing/__init__.py
16: Pipe line 106
16: Pipe line 107
16: Call to Pipe on line 183 of /usr/lib/python2.7/multiprocessing/connection.py
16: Pipe line 187
16: Pipe line 196
16: Pipe line 197
16: Pipe line 198
16: Pipe line 200
16: __init__ line 63
16: Call to __init__ on line 146 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 147
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 64
16: __init__ line 65
16: __init__ line 68
16: Call to __init__ on line 146 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 147
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 69
16: Call to __init__ on line 129 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 130
16: Call to __init__ on line 74 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: __init__ line 75
16: __init__ line 76
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __init__ line 77
16: Call to _make_methods on line 84 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _make_methods line 85
16: _make_methods line 86
16: __init__ line 79
16: __init__ line 80
16: __init__ line 82
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 71
16: Call to _after_fork on line 86 of /usr/lib/python2.7/multiprocessing/queues.py
16: _after_fork line 87
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _after_fork line 88
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 89
16: _after_fork line 90
16: _after_fork line 91
16: _after_fork line 92
16: _after_fork line 93
16: _after_fork line 94
16: _after_fork line 95
16: _after_fork line 96
16: _after_fork line 97
16: __init__ line 73
16: __init__ line 74
16: Call to register_after_fork on line 161 of /usr/lib/python2.7/multiprocessing/util.py
16: register_after_fork line 162
16: Call to __setitem__ on line 115 of /usr/lib/python2.7/weakref.py
16: __setitem__ line 116
16: __setitem__ line 118
16: Call to __new__ on line 310 of /usr/lib/python2.7/weakref.py
16: __new__ line 311
16: __new__ line 312
16: __new__ line 313
16: Call to __init__ on line 315 of /usr/lib/python2.7/weakref.py
16: __init__ line 316
16: __init__ line 261
16: __init__ line 262
16: __init__ line 263
16: __init__ line 264
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __init__ line 265
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __init__ line 266
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __init__ line 267
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __init__ line 268
16: Call to __init__ on line 94 of /usr/lib/python2.7/multiprocessing/process.py
16: __init__ line 95
16: __init__ line 96
16: __init__ line 97
16: __init__ line 98
16: __init__ line 99
16: __init__ line 100
16: __init__ line 101
16: __init__ line 102
16: __init__ line 103
16: __init__ line 104
16: __init__ line 105
16: __init__ line 106
16: __init__ line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: Call to <genexpr> on line 107 of /usr/lib/python2.7/multiprocessing/process.py
16: <genexpr> line 107
16: __init__ line 270
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to start on line 116 of /usr/lib/python2.7/multiprocessing/process.py
16: start line 120
16: start line 121
16: start line 123
16: start line 125
16: Call to _cleanup on line 76 of /usr/lib/python2.7/multiprocessing/process.py
16: _cleanup line 78
16: _cleanup line 79
16: Call to poll on line 131 of /usr/lib/python2.7/multiprocessing/forking.py
16: poll line 132
16: poll line 133
16: poll line 134
16: poll line 135
16: poll line 143
16: poll line 144
16: poll line 150
16: _cleanup line 78
16: _cleanup line 79
16: Call to poll on line 131 of /usr/lib/python2.7/multiprocessing/forking.py
16: poll line 132
16: poll line 133
16: poll line 134
16: poll line 135
16: poll line 143
16: poll line 144
16: poll line 150
16: _cleanup line 78
16: start line 126
16: start line 129
16: start line 130
16: Call to __init__ on line 116 of /usr/lib/python2.7/multiprocessing/forking.py
16: __init__ line 117
16: __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: Call to _after_fork on line 1202 of /usr/lib/python2.7/threading.py
16: _after_fork line 1210
16: _after_fork line 1213
16: _after_fork line 1214
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: _after_fork line 1215
16: _after_fork line 1216
16: Call to _enumerate on line 1170 of /usr/lib/python2.7/threading.py
16: _enumerate line 1172
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1224
16: _after_fork line 1225
16: _after_fork line 1226
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1229
16: Call to __stop on line 857 of /usr/lib/python2.7/threading.py
16: __stop line 860
16: __stop line 862
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: __stop line 863
16: __stop line 864
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 238 of /usr/lib/python2.7/threading.py
16: _is_owned line 239
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: __stop line 865
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _after_fork line 1216
16: _after_fork line 1231
16: _after_fork line 1232
16: _after_fork line 1233
16: _after_fork line 1234
16: __init__ line 122
16: __init__ line 123
16: __init__ line 124
16: __init__ line 125
16: Call to seed on line 100 of /usr/lib/python2.7/random.py
16: seed line 111
16: seed line 112
16: seed line 115
16: seed line 120
16: seed line 121
16: __init__ line 126
16: Call to _bootstrap on line 250 of /usr/lib/python2.7/multiprocessing/process.py
16: _bootstrap line 251
16: _bootstrap line 254
16: _bootstrap line 255
16: _bootstrap line 256
16: _bootstrap line 257
16: _bootstrap line 258
16: _bootstrap line 259
16: _bootstrap line 262
16: _bootstrap line 263
16: _bootstrap line 264
16: Call to _run_after_forkers on line 152 of /usr/lib/python2.7/multiprocessing/util.py
16: _run_after_forkers line 153
16: Call to items on line 163 of /usr/lib/python2.7/weakref.py
16: items line 164
16: items line 166
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 168
16: items line 169
16: items line 170
16: items line 167
16: items line 171
16: _run_after_forkers line 154
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 86 of /usr/lib/python2.7/multiprocessing/queues.py
16: _after_fork line 87
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _after_fork line 88
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 89
16: _after_fork line 90
16: _after_fork line 91
16: _after_fork line 92
16: _after_fork line 93
16: _after_fork line 94
16: _after_fork line 95
16: _after_fork line 96
16: _after_fork line 97
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 80 of /usr/lib/python2.7/multiprocessing/synchronize.py
16: _after_fork line 81
16: _run_after_forkers line 155
16: _run_after_forkers line 156
16: _run_after_forkers line 157
16: Call to _after_fork on line 86 of /usr/lib/python2.7/multiprocessing/queues.py
16: _after_fork line 87
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _after_fork line 88
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 89
16: _after_fork line 90
16: _after_fork line 91
16: _after_fork line 92
16: _after_fork line 93
16: _after_fork line 94
16: _after_fork line 95
16: _after_fork line 96
16: _after_fork line 97
16: _run_after_forkers line 155
16: _bootstrap line 265
16: Call to info on line 76 of /usr/lib/python2.7/multiprocessing/util.py
16: info line 77
16: _bootstrap line 266
16: _bootstrap line 267
16: Call to run on line 109 of /usr/lib/python2.7/multiprocessing/process.py
16: run line 113
16: run line 114
16: Call to NSPopenServer on line 79 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: NSPopenServer line 81
16: NSPopenServer line 82
16: Call to setns on line 214 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: setns line 224
16: Call to __init__ on line 350 of /usr/lib/python2.7/ctypes/__init__.py
16: __init__ line 353
16: __init__ line 354
16: __init__ line 355
16: __init__ line 356
16: __init__ line 357
16: __init__ line 360
16: Call to _FuncPtr on line 360 of /usr/lib/python2.7/ctypes/__init__.py
16: _FuncPtr line 360
16: _FuncPtr line 361
16: _FuncPtr line 362
16: __init__ line 363
16: __init__ line 365
16: __init__ line 366
16: setns line 225
16: setns line 226
16: Call to _get_netnspath on line 116 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: _get_netnspath line 117
16: _get_netnspath line 118
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: _get_netnspath line 119
16: _get_netnspath line 120
16: _get_netnspath line 121
16: Call to search_function on line 71 of /usr/lib/python2.7/encodings/__init__.py
16: search_function line 74
16: search_function line 75
16: search_function line 85
16: Call to normalize_encoding on line 49 of /usr/lib/python2.7/encodings/__init__.py
16: normalize_encoding line 64
16: normalize_encoding line 69
16: search_function line 86
16: search_function line 87
16: search_function line 88
16: search_function line 92
16: search_function line 93
16: search_function line 94
16: search_function line 96
16: search_function line 99
16: search_function line 100
16: Call to <module> on line 8 of /usr/lib/python2.7/encodings/ascii.py
16: <module> line 8
16: <module> line 9
16: <module> line 13
16: Call to Codec on line 13 of /usr/lib/python2.7/encodings/ascii.py
16: Codec line 13
16: Codec line 17
16: Codec line 18
16: <module> line 20
16: Call to IncrementalEncoder on line 20 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalEncoder line 20
16: IncrementalEncoder line 21
16: <module> line 24
16: Call to IncrementalDecoder on line 24 of /usr/lib/python2.7/encodings/ascii.py
16: IncrementalDecoder line 24
16: IncrementalDecoder line 25
16: <module> line 28
16: Call to StreamWriter on line 28 of /usr/lib/python2.7/encodings/ascii.py
16: StreamWriter line 28
16: StreamWriter line 29
16: <module> line 31
16: Call to StreamReader on line 31 of /usr/lib/python2.7/encodings/ascii.py
16: StreamReader line 31
16: StreamReader line 32
16: <module> line 34
16: Call to StreamConverter on line 34 of /usr/lib/python2.7/encodings/ascii.py
16: StreamConverter line 34
16: StreamConverter line 36
16: StreamConverter line 37
16: <module> line 41
16: search_function line 104
16: search_function line 108
16: search_function line 109
16: search_function line 114
16: search_function line 120
16: Call to getregentry on line 41 of /usr/lib/python2.7/encodings/ascii.py
16: getregentry line 42
16: getregentry line 43
16: getregentry line 44
16: getregentry line 45
16: getregentry line 46
16: getregentry line 47
16: getregentry line 48
16: getregentry line 49
16: Call to __new__ on line 92 of /usr/lib/python2.7/codecs.py
16: __new__ line 95
16: __new__ line 96
16: __new__ line 97
16: __new__ line 98
16: __new__ line 99
16: __new__ line 100
16: __new__ line 101
16: __new__ line 102
16: __new__ line 103
16: __new__ line 105
16: search_function line 121
16: search_function line 140
16: search_function line 144
16: search_function line 145
16: search_function line 146
16: search_function line 147
16: search_function line 154
16: _get_netnspath line 122
16: setns line 227
16: Call to basename on line 112 of /usr/lib/python2.7/posixpath.py
16: basename line 114
16: basename line 115
16: Call to dirname on line 120 of /usr/lib/python2.7/posixpath.py
16: dirname line 122
16: dirname line 123
16: dirname line 124
16: dirname line 126
16: Call to listnetns on line 125 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/__init__.py
16: listnetns line 129
16: listnetns line 132
16: listnetns line 133
16: listnetns line 134
16: setns line 228
16: setns line 233
16: setns line 234
16: setns line 243
16: Call to __getattr__ on line 376 of /usr/lib/python2.7/ctypes/__init__.py
16: __getattr__ line 377
16: __getattr__ line 379
16: Call to __getitem__ on line 383 of /usr/lib/python2.7/ctypes/__init__.py
16: __getitem__ line 384
16: __getitem__ line 385
16: __getitem__ line 386
16: __getitem__ line 387
16: __getattr__ line 380
16: __getattr__ line 381
16: setns line 244
16: setns line 246
16: NSPopenServer line 87
16: Call to __init__ on line 330 of /usr/lib/python2.7/subprocess.py
16: __init__ line 336
16: Call to _cleanup on line 103 of /usr/lib/python2.7/subprocess.py
16: _cleanup line 104
16: __init__ line 338
16: __init__ line 341
16: __init__ line 351
16: __init__ line 354
16: __init__ line 358
16: __init__ line 359
16: __init__ line 360
16: __init__ line 361
16: __init__ line 362
16: __init__ line 363
16: __init__ line 382
16: Call to _get_handles on line 790 of /usr/lib/python2.7/subprocess.py
16: _get_handles line 794
16: _get_handles line 795
16: _get_handles line 796
16: _get_handles line 797
16: _get_handles line 799
16: _get_handles line 800
16: _get_handles line 810
16: _get_handles line 811
16: _get_handles line 821
16: _get_handles line 822
16: _get_handles line 837
16: _get_handles line 838
16: _get_handles line 839
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 388
16: __init__ line 389
16: __init__ line 390
16: Call to _execute_child on line 881 of /usr/lib/python2.7/subprocess.py
16: _execute_child line 889
16: _execute_child line 892
16: _execute_child line 894
16: _execute_child line 899
16: _execute_child line 900
16: _execute_child line 902
16: _execute_child line 909
16: Call to pipe_cloexec on line 855 of /usr/lib/python2.7/subprocess.py
16: pipe_cloexec line 861
16: pipe_cloexec line 862
16: Call to _set_cloexec_flag on line 842 of /usr/lib/python2.7/subprocess.py
16: _set_cloexec_flag line 843
16: _set_cloexec_flag line 844
16: _set_cloexec_flag line 848
16: _set_cloexec_flag line 849
16: _set_cloexec_flag line 850
16: pipe_cloexec line 863
16: Call to _set_cloexec_flag on line 842 of /usr/lib/python2.7/subprocess.py
16: _set_cloexec_flag line 843
16: _set_cloexec_flag line 844
16: _set_cloexec_flag line 848
16: _set_cloexec_flag line 849
16: _set_cloexec_flag line 850
16: pipe_cloexec line 864
16: _execute_child line 910
16: _execute_child line 911
16: _execute_child line 912
16: _execute_child line 915
16: _execute_child line 916
16: _execute_child line 917
16: Call to _after_fork on line 1202 of /usr/lib/python2.7/threading.py
16: _after_fork line 1210
16: _after_fork line 1213
16: _after_fork line 1214
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: _after_fork line 1215
16: _after_fork line 1216
16: Call to _enumerate on line 1170 of /usr/lib/python2.7/threading.py
16: _enumerate line 1172
16: _after_fork line 1219
16: _after_fork line 1220
16: Call to _reset_internal_locks on line 688 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 691
16: _reset_internal_locks line 692
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 263
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 275
16: __init__ line 276
16: __init__ line 279
16: __init__ line 280
16: __init__ line 283
16: _reset_internal_locks line 693
16: Call to _reset_internal_locks on line 566 of /usr/lib/python2.7/threading.py
16: _reset_internal_locks line 568
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: _after_fork line 1221
16: _after_fork line 1224
16: _after_fork line 1225
16: _after_fork line 1226
16: _after_fork line 1216
16: _after_fork line 1231
16: _after_fork line 1232
16: _after_fork line 1233
16: _after_fork line 1234
16: _execute_child line 922
16: _execute_child line 923
16: _execute_child lt__ line 338
16: __init__ line 341
16: __init__ line 351
16: __init__ line 354
16: __init__ line 358
16: __init__ line 359
16: __init__ line 360
16: __init__ line 361
16: __init__ line 362
16: __init__ line 363
16: __init__ line 382
16: Call to _get_handles on line 790 of /usr/lib/python2.7/subprocess.py
16: _get_handles line 794
16: _get_handles line 795
16: _get_handles line 796
16: _get_handles line 797
16: _get_handles line 799
16: _get_handles line 800
16: _get_handles line 810
16: _get_handles line 811
16: _get_handles line 821
16: _get_handles line 822
16: _get_handles line 837
16: _get_handles line 838
16: _get_handles line 839
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 388
16: __init__ line 389
16: __init__ line 390
16: Call to _execute_child on line 881 of /usr/lib/python2.7/subprocess.py
16: _execute_child line 889
16: _execute_child line 892
16: _execute_child line 894
16: _execute_child line 899
16: _execute_child line 900
16: _execute_child line 902
16: _execute_child line 909
16: Call to pipe_cloexec on line 855 of /usr/lib/python2.7/subprocess.py
16: pipe_cloexec line 861
16: pipe_cloexec line 862
16: Call to _set_cloexec_flag on line 842 of /usr/lib/python2.7/subprocess.py
16: _set_cloexec_flag line 843
16: _set_cloexec_flag line 844
16: _set_cloexec_flag line 848
16: _set_cloexec_flag line 849
16: _set_cloexec_flag line 850
16: pipe_cloexec line 863
16: Call to _set_cloexec_flag on line 842 of /usr/lib/python2.7/subprocess.py
16: _set_cloexec_flag line 843
16: _set_cloexec_flag line 844
16: _set_cloexec_flag line 848
16: _set_cloexec_flag line 849
16: _set_cloexec_flag line 850
16: pipe_cloexec line 864
16: _execute_child line 910
16: _execute_child line 911
16: _execute_child line 912
16: _execute_child line 915
16: _execute_child line 916
16: _execute_child line 917
16: _execute_child line 922
16: _execute_child line 923
16: _execute_child line 994
16: _execute_child line 995
16: _execute_child line 998
16: _execute_child line 1001
16: Call to _eintr_retry_call on line 118 of /usr/lib/python2.7/subprocess.py
16: _eintr_retry_call line 119
16: _eintr_retry_call line 120
16: _eintr_retry_call line 121
16: _execute_child line 1002
16: _execute_child line 1003
16: _execute_child line 1006
16: _execute_child line 1008
16: _execute_child line 1010
16: _execute_child line 1012
16: _execute_child line 1016
16: _execute_child line 1018
16: __init__ line 406
16: __init__ line 414
16: __init__ line 416
16: __init__ line 421
16: NSPopenServer line 88
16: NSPopenServer line 89
16: NSPopenServer line 90
16: NSPopenServer line 88
16: NSPopenServer line 89
16: NSPopenServer line 90
16: NSPopenServer line 88
16: NSPopenServer line 89
16: NSPopenServer line 90
16: NSPopenServer line 88
16: NSPopenServer line 95
16: Call to put on line 99 of /usr/lib/python2.7/multiprocessing/queues.py
16: put line 100
16: put line 101
16: put line 104
16: put line 105
16: put line 106
16: put line 107
16: Call to _start_thread on line 181 of /usr/lib/python2.7/multiprocessing/queues.py
16: _start_thread line 182
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 185
16: _start_thread line 186
16: _start_thread line 187
16: _start_thread line 188
16: _start_thread line 189
16: _start_thread line 190
16: Call to __init__ on line 647 of /usr/lib/python2.7/threading.py
16: __init__ line 670
16: __init__ line 671
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 672
16: __init__ line 673
16: __init__ line 674
16: __init__ line 675
16: __init__ line 676
16: __init__ line 677
16: __init__ line 678
16: Call to _set_daemon on line 700 of /usr/lib/python2.7/threading.py
16: _set_daemon line 702
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: Call to daemon on line 999 of /usr/lib/python2.7/threading.py
16: daemon line 1012
16: daemon line 1013
16: __init__ line 679
16: __init__ line 680
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 681
16: __init__ line 682
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 683
16: __init__ line 686
16: _start_thread line 192
16: Call to daemon on line 1015 of /usr/lib/python2.7/threading.py
16: daemon line 1017
16: daemon line 1019
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: daemon line 1021
16: _start_thread line 194
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 195
16: Call to start on line 717 of /usr/lib/python2.7/threading.py
16: start line 727
16: start line 729
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: start line 732
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: start line 733
16: start line 734
16: start line 735
16: start line 736
16: start line 741
16: Call to wait on line 597 of /usr/lib/python2.7/threading.py
16: wait line 612
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: wait line 613
16: wait line 614
16: Call to wait on line 309 of /usr/lib/python2.7/threading.py
16: wait line 332
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: wait line 334
16: wait line 335
16: wait line 336
16: wait line 337
16: Call to _release_save on line 294 of /usr/lib/python2.7/threading.py
16: _release_save line 295
16: wait line 338
16: wait line 339
16: wait line 340
16: wait line 342
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: wait line 371
16: Call to _acquire_restore on line 297 of /usr/lib/python2.7/threading.py
16: _acquire_restore line 298
16: wait line 615
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: _start_thread line 196
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 199
16: _start_thread line 200
16: _start_thread line 201
16: _start_thread line 202
16: _start_thread line 203
16: Call to __init__ on line 176 of /usr/lib/python2.7/multiprocessing/util.py
16: __init__ line 177
16: __init__ line 179
16: __init__ line 180
16: __init__ line 184
16: __init__ line 185
16: __init__ line 186
16: __init__ line 187
16: __init__ line 188
16: __init__ line 190
16: _start_thread line 207
16: _start_thread line 208
16: _start_thread line 209
16: _start_thread line 210
16: Call to __init__ on line 176 of /usr/lib/python2.7/multiprocessing/util.py
16: __init__ line 177
16: __init__ line 179
16: __init__ line 180
16: __init__ line 184
16: __init__ line 185
16: __init__ line 186
16: __init__ line 187
16: __init__ line 188
16: __init__ line 190
16: put line 108
16: put line 109
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: __init__ line 118
16: __init__ line 119
16: __init__ line 121
16: __init__ line 122
16: start line 133
16: start line 134
16: __init__ line 271
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to get on line 113 of /usr/lib/python2.7/multiprocessing/queues.py
16: get line 114
16: get line 115
16: get line 116
16: get line 117
16: get line 118
16: get line 119
16: get line 121
16: __init__ line 272
16: __init__ line 276
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to register on line 37 of /usr/lib/python2.7/atexit.py
16: register line 46
16: register line 47
16: _ns_add_ifc line 42
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 149
16: __getattribute__ line 150
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 151
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 154
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 155
16: __getattribute__ line 161
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 162
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: __getattribute__ line 163
16: Call to proxy on line 155 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: proxy line 156
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: proxy line 157
16: proxy line 158
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: proxy line 159
16: Call to put on line 99 of /usr/lib/python2.7/multiprocessing/queues.py
16: put line 100
16: put line 101
16: put line 104
16: put line 105
16: put line 106
16: put line 107
16: Call to _start_thread on line 181 of /usr/lib/python2.7/multiprocessing/queues.py
16: _start_thread line 182
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 185
16: _start_thread line 186
16: _start_thread line 187
16: _start_thread line 188
16: _start_thread line 189
16: _start_thread line 190
16: Call to __init__ on line 647 of /usr/lib/python2.7/threading.py
16: __init__ line 670
16: __init__ line 671
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 672
16: __init__ line 673
16: __init__ line 674
16: __init__ line 675
16: __init__ line 676
16: __init__ line 677
16: __init__ line 678
16: Call to _set_daemon on line 700 of /usr/lib/python2.7/threading.py
16: _set_daemon line 702
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: Call to daemon on line 999 of /usr/lib/python2.7/threading.py
16: daemon line 1012
16: daemon line 1013
16: __init__ line 679
16: __init__ line 680
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 681
16: __init__ line 682
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 683
16: __init__ line 686
16: _start_thread line 192
16: Call to daemon on line 1015 of /usr/lib/python2.7/threading.py
16: daemon line 1017
16: daemon line 1019
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: daemon line 1021
16: _start_thread line 194
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 195
16: Call to start on line 717 of /usr/lib/python2.7/threading.py
16: start line 727
16: start line 729
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: start line 732
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: start line 733
16: start line 734
16: start line 735
16: start line 736
16: start line 741
16: Call to wait on line 597 of /usr/lib/python2.7/threading.py
16: wait line 612
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: wait line 613
16: wait line 614
16: Call to wait on line 309 of /usr/lib/python2.7/threading.py
16: wait line 332
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: wait line 334
16: wait line 335
16: wait line 336
16: wait line 337
16: Call to _release_save on line 294 of /usr/lib/python2.7/threading.py
16: _release_save line 295
16: wait line 338
16: wait line 339
16: wait line 340
16: wait line 342
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: wait line 371
16: Call to _acquire_restore on line 297 of /usr/lib/python2.7/threading.py
16: _acquire_restore line 298
16: wait line 615
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: _start_thread line 196
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _start_thread line 199
16: _start_thread line 200
16: _start_thread line 201
16: _start_thread line 202
16: _start_thread line 203
16: Call to __init__ on line 176 of /usr/lib/python2.7/multiprocessing/util.py
16: __init__ line 177
16: __init__ line 179
16: __init__ line 180
16: __init__ line 184
16: __init__ line 185
16: __init__ line 186
16: __init__ line 187
16: __init__ line 188
16: __init__ line 190
16: _start_thread line 207
16: _start_thread line 208
16: _start_thread line 209
16: _start_thread line 210
16: Call to __init__ on line 176 of /usr/lib/python2.7/multiprocessing/util.py
16: __init__ line 177
16: __init__ line 179
16: __init__ line 180
16: __init__ line 184
16: __init__ line 185
16: __init__ line 186
16: __init__ line 187
16: __init__ line 188
16: __init__ line 190
16: put line 108
16: put line 109
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: put line 111
16: proxy line 160
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to get on line 113 of /usr/lib/python2.7/multiprocessing/queues.py
16: get line 114
16: get line 115
16: get line 116
16: get line 117
16: get line 118
16: get line 119
16: get line 121
16: Call to _handle on line 23 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: _handle line 24
16: _handle line 26
16: _handle line 27
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to release on line 278 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: release line 284
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: release line 285
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: release line 287
16: release line 288
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to put on line 99 of /usr/lib/python2.7/multiprocessing/queues.py
16: put line 100
16: put line 101
16: put line 104
16: put line 105
16: put line 106
16: put line 108
16: put line 109
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: put line 111
16: release line 289
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to close on line 157 of /usr/lib/python2.7/multiprocessing/queues.py
16: close line 158
16: close line 159
16: close line 160
16: close line 162
16: close line 163
16: close line 164
16: close line 165
16: Call to __call__ on line 192 of /usr/lib/python2.7/multiprocessing/util.py
16: __call__ line 196
16: __call__ line 197
16: __call__ line 201
16: __call__ line 205
16: __call__ line 206
16: Call to sub_debug on line 68 of /usr/lib/python2.7/multiprocessing/util.py
16: sub_debug line 69
16: __call__ line 207
16: Call to _finalize_close on line 223 of /usr/lib/python2.7/multiprocessing/queues.py
16: _finalize_close line 225
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _finalize_close line 226
16: _finalize_close line 227
16: _finalize_close line 228
16: _finalize_close line 229
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: _finalize_close line 231
16: __call__ line 209
16: __call__ line 210
16: release line 290
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to close on line 157 of /usr/lib/python2.7/multiprocessing/queues.py
16: close line 158
16: close line 159
16: close line 160
16: close line 162
16: close line 163
16: release line 291
16: Call to __getattribute__ on line 146 of /usr/local/lib/python2.7/dist-packages/pyroute2/netns/process/proxy.py
16: __getattribute__ line 147
16: __getattribute__ line 148
16: Call to join on line 142 o notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: put line 111
16: NSPopenServer line 97
16: NSPopenServer line 100
16: NSPopenServer line 101
16: Call to get on line 113 of /usr/lib/python2.7/multiprocessing/queues.py
16: get line 114
16: get line 115
16: get line 116
16: get line 117
16: get line 118
16: get line 119
16: get line 121
16: NSPopenServer line 111
16: NSPopenServer line 115
16: NSPopenServer line 117
16: NSPopenServer line 118
16: NSPopenServer line 119
16: NSPopenServer line 122
16: NSPopenServer line 123
16: NSPopenServer line 124
16: NSPopenServer line 125
16: NSPopenServer line 126
16: Call to wait on line 1072 of /usr/lib/python2.7/subprocess.py
16: wait line 1075
16: wait line 1076
16: wait line 1077
16: Call to _eintr_retry_call on line 118 of /usr/lib/python2.7/subprocess.py
16: _eintr_retry_call line 119
16: _eintr_retry_call line 120
16: _eintr_retry_call line 121
16: wait line 1088
16: wait line 1089
16: Call to _handle_exitstatus on line 1028 of /usr/lib/python2.7/subprocess.py
16: _handle_exitstatus line 1034
16: _handle_exitstatus line 1036
16: _handle_exitstatus line 1037
16: wait line 1075
16: wait line 1090
16: NSPopenServer line 129
16: Call to put on line 99 of /usr/lib/python2.7/multiprocessing/queues.py
16: put line 100
16: put line 101
16: put line 104
16: put line 105
16: put line 106
16: put line 108
16: put line 109
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 391
16: notify line 392
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 393
16: notify line 394
16: notify line 395
16: notify line 396
16: notify line 393
16: put line 111
16: NSPopenServer line 97
16: NSPopenServer line 100
16: NSPopenServer line 101
16: Call to get on line 113 of /usr/lib/python2.7/multiprocessing/queues.py
16: get line 114
16: get line 115
16: get line 116
16: get line 117
16: get line 118
16: get line 119
16: get line 121
16: NSPopenServer line 111
16: NSPopenServer line 112
16: NSPopenServer line 133
16: Call to wait on line 1072 of /usr/lib/python2.7/subprocess.py
16: wait line 1075
16: wait line 1090
16: Call to __del__ on line 434 of /usr/lib/python2.7/subprocess.py
16: __del__ line 438
16: __del__ line 442
16: Call to _internal_poll on line 1045 of /usr/lib/python2.7/subprocess.py
16: _internal_poll line 1054
16: _internal_poll line 1069
16: __del__ line 443
16: _bootstrap line 268
16: _bootstrap line 270
16: Call to _exit_function on line 297 of /usr/lib/python2.7/multiprocessing/util.py
16: _exit_function line 306
16: Call to info on line 76 of /usr/lib/python2.7/multiprocessing/util.py
16: info line 77
16: _exit_function line 307
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _exit_function line 308
16: Call to _run_finalizers on line 250 of /usr/lib/python2.7/multiprocessing/util.py
16: _run_finalizers line 257
16: _run_finalizers line 263
16: _run_finalizers line 266
16: _run_finalizers line 271
16: Call to <lambda> on line 266 of /usr/lib/python2.7/multiprocessing/util.py
16: <lambda> line 266
16: _run_finalizers line 271
16: Call to <lambda> on line 266 of /usr/lib/python2.7/multiprocessing/util.py
16: <lambda> line 266
16: _run_finalizers line 271
16: _run_finalizers line 272
16: _run_finalizers line 274
16: _run_finalizers line 275
16: Call to sub_debug on line 68 of /usr/lib/python2.7/multiprocessing/util.py
16: sub_debug line 69
16: _run_finalizers line 276
16: _run_finalizers line 277
16: Call to __call__ on line 192 of /usr/lib/python2.7/multiprocessing/util.py
16: __call__ line 196
16: __call__ line 197
16: __call__ line 201
16: __call__ line 205
16: __call__ line 206
16: Call to sub_debug on line 68 of /usr/lib/python2.7/multiprocessing/util.py
16: sub_debug line 69
16: __call__ line 207
16: Call to _finalize_close on line 223 of /usr/lib/python2.7/multiprocessing/queues.py
16: _finalize_close line 225
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _finalize_close line 226
16: _finalize_close line 227
16: _finalize_close line 228
16: _finalize_close line 229
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 391
16: notify line 392
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 393
16: notify line 394
16: notify line 395
16: notify line 396
16: notify line 393
16: _finalize_close line 231
16: __call__ line 209
16: __call__ line 210
16: _run_finalizers line 274
16: _run_finalizers line 282
16: _exit_function line 310
16: Call to current_process on line 59 of /usr/lib/python2.7/multiprocessing/process.py
16: current_process line 63
16: _exit_function line 321
16: Call to active_children on line 65 of /usr/lib/python2.7/multiprocessing/process.py
16: active_children line 69
16: Call to _cleanup on line 76 of /usr/lib/python2.7/multiprocessing/process.py
16: _cleanup line 78
16: active_children line 70
16: _exit_function line 326
16: Call to active_children on line 65 of /usr/lib/python2.7/multiprocessing/process.py
16: active_children line 69
16: Call to _cleanup on line 76 of /usr/lib/python2.7/multiprocessing/process.py
16: _cleanup line 78
16: active_children line 70
16: _exit_function line 330
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _exit_function line 331
16: Call to _run_finalizers on line 250 of /usr/lib/python2.7/multiprocessing/util.py
16: _run_finalizers line 257
16: _run_finalizers line 263
16: _run_finalizers line 264
16: _run_finalizers line 271
16: Call to <lambda> on line 264 of /usr/lib/python2.7/multiprocessing/util.py
16: <lambda> line 264
16: _run_finalizers line 271
16: _run_finalizers line 272
16: _run_finalizers line 274
16: _run_finalizers line 275
16: Call to sub_debug on line 68 of /usr/lib/python2.7/multiprocessing/util.py
16: sub_debug line 69
16: _run_finalizers line 276
16: _run_finalizers line 277
16: Call to __call__ on line 192 of /usr/lib/python2.7/multiprocessing/util.py
16: __call__ line 196
16: __call__ line 197
16: __call__ line 201
16: __call__ line 205
16: __call__ line 206
16: Call to sub_debug on line 68 of /usr/lib/python2.7/multiprocessing/util.py
16: sub_debug line 69
16: __call__ line 207
16: Call to _finalize_join on line 213 of /usr/lib/python2.7/multiprocessing/queues.py
16: _finalize_join line 215
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: _finalize_join line 216
16: _finalize_join line 217
16: _finalize_join line 218
16: Call to join on line 902 of /usr/lib/python2.7/threading.py
16: join line 926
16: join line 928
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: join line 930
16: Call to currentThread on line 1143 of /usr/lib/python2.7/threading.py
16: currentThread line 1150
16: currentThread line 1151
16: join line 934
16: join line 935
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: join line 936
16: join line 937
16: join line 938
16: join line 939
16: join line 940
16: Call to wait on line 309 of /usr/lib/python2.7/threading.py
16: wait line 332
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: wait line 334
16: wait line 335
16: wait line 336
16: wait line 337
16: Call to _release_save on line 294 of /usr/lib/python2.7/threading.py
16: _release_save line 295
16: wait line 338
16: wait line 339
16: wait line 340
16: wait line 342
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: wait line 371
16: Call to _acquire_restore on line 297 of /usr/lib/python2.7/threading.py
16: _acquire_restore line 298
16: join line 939
16: join line 942
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: join line 956
16: _finalize_join line 219
16: Call to debug on line 72 of /usr/lib/python2.7/multiprocessing/util.py
16: debug line 73
16: __call__ line 209
16: __call__ line 210
16: _run_finalizers line 274
16: _run_finalizers line 282
16: _run_finalizers line 283
16: _bootstrap line 287
16: Call to info on line 76 of /usr/lib/python2.7/multiprocessing/util.py
16: info line 77
16: _bootstrap line 288
16: __init__ line 127
16: f /usr/lib/python2.7/multiprocessing/process.py
16: join line 146
16: join line 147
16: join line 148
16: Call to wait on line 152 of /usr/lib/python2.7/multiprocessing/forking.py
16: wait line 153
16: wait line 154
16: Call to poll on line 131 of /usr/lib/python2.7/multiprocessing/forking.py
16: poll line 132
16: poll line 133
16: poll line 134
16: poll line 135
16: poll line 143
16: poll line 144
16: poll line 145
16: poll line 148
16: poll line 149
16: poll line 150
16: join line 149
16: join line 150
16: _ns_add_ifc line 43
16: _ns_add_ifc line 44
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 895
16: __getattribute__ line 896
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1141 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 1143
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 1144
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 83
16: __init__ line 84
16: __init__ line 85
16: __init__ line 86
16: __init__ line 87
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 86
16: __init__ line 88
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 83
16: __init__ line 84
16: __init__ line 85
16: __init__ line 86
16: __init__ line 87
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 86
16: __init__ line 88
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1334 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1335
16: __init__ line 1336
16: __init__ line 1337
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1392 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1393
16: __init__ line 1394
16: __init__ line 1395
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 903
16: __getattribute__ line 904
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 905
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _register on line 1146 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1147
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_links on line 368 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_links line 383
16: get_links line 384
16: get_links line 385
16: get_links line 388
16: get_links line 389
16: get_links line 393
16: get_links line 394
16: get_links line 395
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1250
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1144
16: dump line 1146
16: dump line 1149
16: dump line 1143
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoin.py
16: __init__ line 137
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 138
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 31
16: Call to __init__ on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: __init__ line 27
16: __init__ line 28
16: __init__ line 29
16: __init__ line 30
16: __init__ line 32
16: __init__ line 33
16: __init__ line 34
16: Server line 169
16: Server line 170
16: Call to __init__ on line 72 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: __init__ line 73
16: __init__ line 74
16: Server line 176
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 177
16: Server line 180
16: Server line 181
16: Server line 182
16: Server line 183
16: Server line 184
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: Call to search_function on line 71 of /usr/lib/python2.7/encodings/__init__.py
16: search_function line 74
16: search_function line 75
16: search_function line 85
16: Call to normalize_encoding on line 49 of /usr/lib/python2.7/encodings/__init__.py
16: normalize_encoding line 64
16: normalize_encoding line 69
16: search_function line 86
16: search_function line 87
16: search_function line 88
16: search_function line 92
16: search_function line 93
16: search_function line 94
16: search_function line 96
16: search_function line 99
16: search_function line 100
16: Call to <module> on line 7 of /usr/lib/python2.7/encodings/string_escape.py
16: <module> line 7
16: <module> line 8
16: <module> line 10
16: Call to Codec on line 10 of /usr/lib/python2.7/encodings/string_escape.py
16: Codec line 10
16: Codec line 12
16: Codec line 13
16: <module> line 15
16: Call to IncrementalEncoder on line 15 of /usr/lib/python2.7/encodings/string_escape.py
16: IncrementalEncoder line 15
16: IncrementalEncoder line 16
16: <module> line 19
16: Call to IncrementalDecoder on line 19 of /usr/lib/python2.7/encodings/string_escape.py
16: IncrementalDecoder line 19
16: IncrementalDecoder line 20
16: <module> line 23
16: Call to StreamWriter on line 23 of /usr/lib/python2.7/encodings/string_escape.py
16: StreamWriter line 23
16: StreamWriter line 24
16: <module> line 26
16: Call to StreamReader on line 26 of /usr/lib/python2.7/encodings/string_escape.py
16: StreamReader line 26
16: StreamReader line 27
16: <module> line 29
16: search_function line 104
16: search_function line 108
16: search_function line 109
16: search_function line 114
16: search_function line 120
16: Call to getregentry on line 29 of /usr/lib/python2.7/encodings/string_escape.py
16: getregentry line 30
16: getregentry line 31
16: getregentry line 32
16: getregentry line 33
16: getregentry line 34
16: getregentry line 35
16: getregentry line 36
16: getregentry line 37
16: Call to __new__ on line 92 of /usr/lib/python2.7/codecs.py
16: __new__ line 95
16: __new__ line 96
16: __new__ line 97
16: __new__ line 98
16: __new__ line 99
16: __new__ line 100
16: __new__ line 101
16: __new__ line 102
16: __new__ line 103
16: __new__ line 105
16: search_function line 121
16: search_function line 140
16: search_function line 144
16: search_function line 145
16: search_function line 146
16: search_function line 147
16: search_function line 154
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode ze line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1246
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/disline 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattrt-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1385
16: decode_nlas line 1386
16: decode_nlas line 1387
16: decode_nlas line 1388
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1371
16: decode_nlas line 1372
16: decode_nlas line 1373
16: Call to af_spec on line 614 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: af_spec line 616
16: af_spec line 617
16: af_spec line 618
16: af_spec line 619
16: af_spec line 620
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1312
16: Call to _match on line 288 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: _match line 290
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 312
16: get_links line 393
16: get_links line 396
16: _register line 1149
16: _register line 1150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 154
16: __subclasscheck__ line 158
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 161
16: Call to __subclasshook__ on line 98 of /usr/lib/python2.7/_abcoll.py
16: __subclasshook__ line 100
16: __subclasshook__ line 103
16: __subclasscheck__ line 162
16: __subclasscheck__ line 170
16: __subclasscheck__ line 174
16: Call to __iter__ on line 58 of /usr/lib/python2.7/_weakrefset.py
16: __iter__ line 59
16: Call to __init__ on line 16 of /usr/lib/python2.7/_weakrefset.py
16: __init__ line 18
16: Call to __enter__ on line 20 of /usr/lib/python2.7/_weakrefset.py
16: __enter__ line 21
16: __enter__ line 22
16: __enter__ line 23
16: __enter__ line 24
16: __iter__ line 60
16: __iter__ line 61
16: __iter__ line 62
16: __iter__ line 65
16: __subclasscheck__ line 175
16: __subclasscheck__ line 176
16: Call to add on line 83 of /usr/lib/python2.7/_weakrefset.py
16: add line 84
16: add line 86
16: __subclasscheck__ line 177
16: Call to __iter__ on line 65 of /usr/lib/python2.7/_weakrefset.py
16: Call to __exit__ on line 26 of /usr/lib/python2.7/_weakrefset.py
16: __exit__ line 27
16: __exit__ line 28
16: __exit__ line 29
16: __exit__ line 30
16: __exit__ line 31
16: __exit__ line 32
16: Call to _commit_removals on line 52 of /usr/lib/python2.7/_weakrefset.py
16: _commit_removals line 53
16: _commit_removals line 54
16: _commit_removals line 55
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1278
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1281
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1300
16: Call to strip on line 723 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: strip line 730
16: strip line 731
16: Call to _strip_one on line 717 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 721
16: strip line 735
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 421 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: decode line 422
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1814
16: decode line 423
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1149
16: _register line 1151
16: _register line 1152
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1252
16: _new line 1271
16: _new line 1272
16: _new line 1275
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1151
16: _register line 1154
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_vlans on line 351 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_vlans line 365
16: get_vlans line 366
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1252
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1144
16: dump line 1146
16: dump line 1149
16: dump line 1143
16: dump line 1144
16: dump line 1146
16: dump line 1149
16: dump line 1143
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to p__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: encode_nlas line 1320
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __iniersistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquirt__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: _e line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1314
16: _register line 1155
16: __getattribute__ line 906
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 906
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 906
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 1339 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1340
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_addr on line 442 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_addr line 469
16: get_addr line 470
16: get_addr line 471
16: Call to addr on line 1316 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: addr line 1366
16: addr line 1367
16: addr line 1368
16: addr line 1369
16: addr line 1370
16: addr line 1371
16: addr line 1374
16: addr line 1375
16: addr line 1376
16: addr line 1377
16: addr line 1381
16: addr line 1385
16: addr line 1394
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: addr line 1395
16: addr line 1396
16: addr line 1397
16: addr line 1398
16: addr line 1401
16: addr line 1407
16: addr line 1411
16: addr line 1416
16: addr line 1417
16: addr line 1418
16: addr line 1419
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 49_getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/pyth5
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: addr line 1421
16: addr line 1424
16: __getattribute__ line 906
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 1397 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1398
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_neighbours on line 406 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_neighbours line 432
16: Call to neigh on line 941 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: neigh line 974
16: neigh line 977
16: neigh line 979
16: neigh line 980
16: neigh line 981
16: neigh line 982
16: neigh line 983
16: neigh line 984
16: neigh line 986
16: neigh line 987
16: neigh line 988
16: neigh line 989
16: neigh line 990
16: neigh line 991
16: neigh line 992
16: neigh line 993
16: neigh line 994
16: neigh line 996
16: neigh line 997
16: neigh line 999
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1002
16: neigh line 1003
16: neigh line 1005
16: neigh line 1008
16: neigh line 1013
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on lineon2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _ 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: neigh line 1014
16: neigh line 1015
16: Call to _match on line 288 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: _match line 290
16: _match line 291
16: _match line 312
16: __getattribute__ line 906
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 191
16: __getattribute__ line 192
16: __getattribute__ line 194
16: __getattribute__ line 199
16: __getattribute__ line 200
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to up on line 1092 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: up line 1096
16: up line 1099
16: up line 1100
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 57
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 58
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 351
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: decorated line 59
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to begin on line 368 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: begin line 372
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: begin line 375
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _begin on line 377 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _begin line 378
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _begin line 380
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to pick on line 163 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: pick line 174
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: pick line 175
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 176
16: pick line 177
16: pick line 178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 183
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 187
16: pick line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 381
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_local_tx on line 358 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_local_tx line 359
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_local_tx line 360
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_local_tx line 361
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_local_tx line 362
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 382
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 383
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 384
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: Call to _set_current_tx on line 341 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _set_current_tx line 342
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _set_current_tx line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 385
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 391
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 459
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 460
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 461
16: __setitem__ line 462
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: up line 1103
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to commit on line 508 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: commit line 519
16: commit line 522
16: commit line 523
16: commit line 524
16: commit line 525
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: commit line 526
16: commit line 528
16: commit line 529
16: commit line 530
16: commit line 531
16: commit line 533
16: commit line 536
16: commit line 539
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 541
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 544
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: commit line 546
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 626
16: commit line 636
16: commit line 662
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to pick on line 163 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: pick line 174
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: pick line 175
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 176
16: pick line 177
16: pick line 178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 183
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 187
16: pick line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 665
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 895
16: __getattribute__ line 896
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 967 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 968
16: __init__ line 969
16: __init__ line 970
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 971
16: Call to __init__ on line 787 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 788
16: __init__ line 789
16: __init__ line 790
16: __init__ line 791
16: __init__ line 972
16: __init__ line 973
16: __init__ line 974
16: __init__ line 975
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 977 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: _register line 978
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1281
16: compile_nla line 1282
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1281
16: compile_nla line 1282
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Serof /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: _register line 980
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: ver line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1 put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: _register line 982
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 222
16: __setitem__ line 223
16: __setitem__ line 224
16: __setitem__ line 225
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1724
16: route line 1725
16: route line 1726
16: route line 1724
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 414
16: encode line 415
16: encode line 416
16: encode line 418
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 414
16: encode line 415
16: encode line 416
16: encode line 418
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: __getattribute__ line 906
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 911
16: commit line 666
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: commit line 667
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to filter on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: filter line 1173
16: filter line 1174
16: filter line 1175
16: filter line 1176
16: Call to filter on line 826 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: filter line 828
16: filter line 831
16: filter line 834
16: filter line 837
16: filter line 838
16: filter line 848
16: filter line 1174
16: filter line 1177
16: commit line 675
16: commit line 691
16: commit line 692
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 693
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 694
16: Call to resolve_ports on line 675 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: resolve_ports line 676
16: resolve_ports line 678
16: commit line 695
16: commit line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 697
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 698
16: Call to resolve_ports on line 675 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: resolve_ports line 676
16: resolve_ports line 678
16: commit line 700
16: commit line 701
16: Call to __floordiv__ on line 245 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __floordiv__ line 246
16: __floordiv__ line 247
16: __floordiv__ line 248
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __floordiv__ line 249
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __floordiv__ line 250
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 252
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 254
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: __floordiv__ line 251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 255
16: __floordiv__ line 257
16: __floordiv__ line 250
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __floordiv__ line 259
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 260
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 261
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 262
16: __floordiv__ line 265
16: __floordiv__ line 266
16: __floordiv__ line 269
16: __floordiv__ line 259
16: __floordiv__ line 260
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 261
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 262
16: __floordiv__ line 265
16: __floordiv__ line 266
16: __floordiv__ line 269
16: __floordiv__ line 259
16: __floordiv__ line 260
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 261
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __floordiv__ line 262
16: __floordiv__ line 265
16: __floordiv__ line 266
16: __floordiv__ line 269
16: __floordiv__ line 259
16: __floordiv__ line 270
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __floordiv__ line 272
16: commit line 703
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 704
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 708
16: commit line 738
16: commit line 798
16: commit line 799
16: commit line 800
16: commit line 802
16: commit line 803
16: commit line 804
16: commit line 805
16: commit line 806
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 805
16: commit line 806
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 805
16: commit line 806
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 807
16: commit line 809
16: commit line 812
16: commit line 814
16: commit line 805
16: commit line 806
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 805
16: commit line 817
16: commit line 818
16: commit line 821
16: commit line 830
16: commit line 830
16: commit line 830
16: commit line 831
16: commit line 832
16: commit line 833
16: commit line 836
16: commit line 837
16: Call to _run on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _run line 492
16: _run line 493
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1252
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 258 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _gate line 259
16: _gate line 260
16: _gate line 261
16: _gate line 262
16: _gate line 263
16: _gate line 264
16: Call to dump on line 1131 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: dump line 1135
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: dump line 1136
16: dump line 1137
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1140
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1151
16: dump line 1138
16: dump line 1139
16: dump line 1141
16: dump line 1142
16: dump line 1143
16: dump line 1144
16: dump line 1146
16: dump line 1149
16: dump line 1143
16: dump line 1138
16: dump line 1154
16: Call to dumps on line 1378 of /usr/lib/python2.7/pickle.py
16: dumps line 1379
16: dumps line 1380
16: Call to __init__ on line 173 of /usr/lib/python2.7/pickle.py
16: __init__ line 197
16: __init__ line 198
16: __init__ line 199
16: __init__ line 201
16: __init__ line 203
16: __init__ line 204
16: __init__ line 205
16: __init__ line 206
16: __init__ line 207
16: Call to dump on line 220 of /usr/lib/python2.7/pickle.py
16: dump line 222
16: dump line 224
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_global on line 736 of /usr/lib/python2.7/pickle.py
16: save_global line 737
16: save_global line 738
16: save_global line 740
16: save_global line 741
16: save_global line 743
16: save_global line 744
16: save_global line 747
16: save_global line 748
16: save_global line 749
16: save_global line 750
16: save_global line 756
16: save_global line 761
16: save_global line 773
16: save_global line 774
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_dict on line 646 of /usr/lib/python2.7/pickle.py
16: save_dict line 647
16: save_dict line 649
16: save_dict line 652
16: save_dict line 654
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_dict line 655
16: Call to _batch_setitems on line 661 of /usr/lib/python2.7/pickle.py
16: _batch_setitems line 663
16: _batch_setitems line 664
16: _batch_setitems line 666
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 279
16: Call to get on line 260 of /usr/lib/python2.7/pickle.py
16: get line 261
16: get line 267
16: save line 280
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 668
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_setitems line 669
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_list on line 597 of /usr/lib/python2.7/pickle.py
16: save_list line 598
16: save_list line 600
16: save_list line 603
16: save_list line 605
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: memoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save_list line 606
16: Call to _batch_appends on line 614 of /usr/lib/python2.7/pickle.py
16: _batch_appends line 616
16: _batch_appends line 617
16: _batch_appends line 619
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_string on line 486 of /usr/lib/python2.7/pickle.py
16: save_string line 487
16: save_string line 494
16: save_string line 495
16: Call to memoize on line 227 of /usr/lib/python2.7/pickle.py
16: me line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 221
16: Server line 222
16: Server line 223
16: Server line 224
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 212
16: Server line 213
16: Server line 214
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: Server line 215
16: Call to loads on line 1386 of /usr/lib/python2.7/pickle.py
16: loads line 1387
16: loads line 1388
16: Call to __init__ on line 835 of /usr/lib/python2.7/pickle.py
16: __init__ line 847
16: __init__ line 848
16: __init__ line 849
16: Call to load on line 851 of /usr/lib/python2.7/pickle.py
16: load line 856
16: load line 857
16: load line 858
16: load line 859
16: load line 860
16: load line 861
16: load line 862
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_global on line 1093 of /usr/lib/python2.7/pickle.py
16: load_global line 1094
16: load_global line 1095
16: load_global line 1096
16: Call to find_class on line 1128 of /usr/lib/python2.7/pickle.py
16: find_class line 1130
16: find_class line 1131
16: find_class line 1132
16: find_class line 1133
16: load_global line 1097
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_dict on line 1033 of /usr/lib/python2.7/pickle.py
16: load_dict line 1034
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_dict line 1035
16: load_dict line 1036
16: load_dict line 1037
16: load_dict line 1041
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_get on line 1156 of /usr/lib/python2.7/pickle.py
16: load_get line 1157
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_mark on line 1256 of /usr/lib/python2.7/pickle.py
16: load_mark line 1257
16: load line 863
16: load line 864
16: Call to load_list on line 1028 of /usr/lib/python2.7/pickle.py
16: load_list line 1029
16: Call to marker on line 876 of /usr/lib/python2.7/pickle.py
16: marker line 877
16: marker line 878
16: marker line 879
16: marker line 880
16: marker line 881
16: load_list line 1030
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_string on line 967 of /usr/lib/python2.7/pickle.py
16: load_string line 968
16: load_string line 969
16: load_string line 970
16: load_string line 969
16: load_string line 970
16: load_string line 971
16: load_string line 973
16: load_string line 974
16: load_string line 977
16: load line 863
16: load line 864
16: Call to load_put on line 1170 of /usr/lib/python2.7/pickle.py
16: load_put line 1171
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_int on line 917 of /usr/lib/python2.7/pickle.py
16: load_int line 918
16: load_int line 919
16: load_int line 921
16: load_int line 924
16: load_int line 925
16: load_int line 928
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_append on line 1184 of /usr/lib/python2.7/pickle.py
16: load_append line 1185
16: load_append line 1186
16: load_append line 1187
16: load_append line 1188
16: load line 863
16: load line 864
16: Call to load_setitem on line 1199 of /usr/lib/python2.7/pickle.py
16: load_setitem line 1200
16: load_setitem line 1201
16: load_setitem line 1202
16: load_setitem line 1203
16: load_setitem line 1204
16: load line 863
16: load line 864
16: Call to load_stop on line 1260 of /usr/lib/python2.7/pickle.py
16: load_stop line 1261
16: load_stop line 1262
16: Call to __init__ on line 83 of /usr/lib/python2.7/pickle.py
16: __init__ line 84
16: load line 865
16: load line 866
16: Call to load on line 1106 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: load line 1121
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1124
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1123
16: load line 1126
16: load line 1122
16: load line 1129
16: Server line 216
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: Server line 217
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encline 180
16: Server line 181
16: Server line 182
16: Server line 183
16: Server line 184
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 206
16: Server line 207
16: Server line 208
16: Server line 211
16: Server line 226
16: Server line 227
16: Server line 228
16: Server line 229
16: Server line 230
16: Call to bind on line 49 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: bind line 50
16: Call to bind on line 929 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: bind line 938
16: bind line 943
16: bind line 945
16: bind line 949
16: bind line 950
16: bind line 951
16: bind line 952
16: bind line 953
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: bind line 954
16: bind line 962
16: Server line 234
16: Server line 235
16: Server line 236
16: Server line 237
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Server line 199
16: Call to recv on line 491 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv line 492
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: Server line 203
16: Server line 204
16: Server line 205
16: Server line 192
16: Server line 187
16: Server line 188
16: Server line 189
16: Server line 192
16: Server line 193
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 194
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: Server line 195
16: Server line 196
16: Server line 197
16: Server line 198
16: Servemoize line 242
16: memoize line 244
16: memoize line 245
16: memoize line 246
16: Call to put on line 250 of /usr/lib/python2.7/pickle.py
16: put line 251
16: put line 257
16: memoize line 247
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 621
16: Call to save on line 269 of /usr/lib/python2.7/pickle.py
16: save line 271
16: Call to persistent_id on line 333 of /usr/lib/python2.7/pickle.py
16: persistent_id line 335
16: save line 272
16: save line 277
16: save line 278
16: save line 283
16: save line 284
16: save line 285
16: save line 286
16: Call to save_int on line 443 of /usr/lib/python2.7/pickle.py
16: save_int line 444
16: save_int line 464
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_appends line 622
16: _batch_appends line 620
16: _batch_appends line 623
16: save line 287
16: _batch_setitems line 670
16: _batch_setitems line 667
16: _batch_setitems line 671
16: save line 287
16: dump line 225
16: dumps line 1381
16: _gate line 265
16: _gate line 266
16: _gate line 267
16: _gate line 268
16: _gate line 270
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to _recv on line 340 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: _recv line 341
16: Call to recv on line 272 of /usr/local/lib/python2.7/dist-packages/pyroute2/remote/__init__.py
16: recv line 273
16: recv line 274
16: recv line 275
16: recv line 276
16: recv line 279
16: recv line 280
16: recv line 282
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 163
16: parse line 164
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 665
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1314
16: commit line 840
16: commit line 843
16: commit line 847
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 848
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to wait_all_targets on line 502 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: wait_all_targets line 503
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: wait_all_targets line 504
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: wait_all_targets line 505
16: Call to wait on line 597 of /usr/lib/python2.7/threading.py
16: wait line 612
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: wait line 613
16: wait line 615
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: wait_all_targets line 506
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: wait_all_targets line 503
16: commit line 852
16: commit line 861
16: commit line 862
16: commit line 863
16: commit line 865
16: commit line 866
16: commit line 957
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 963
16: commit line 990
16: commit line 1014
16: commit line 1015
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to ensure on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: ensure line 1082
16: ensure line 1084
16: ensure line 1085
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: commit line 1018
16: commit line 1057
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 1061
16: commit line 1063
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to drop on line 421 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: drop line 426
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: drop line 428
16: drop line 433
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: drop line 435
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: drop line 436
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: Call to _set_current_tx on line 341 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _set_current_tx line 342
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _set_current_tx line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: drop line 439
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: drop line 440
16: drop line 441
16: Call to disconnect on line 152 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: disconnect line 153
16: drop line 439
16: drop line 440
16: drop line 441
16: Call to disconnect on line 152 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: disconnect line 153
16: drop line 439
16: drop line 440
16: drop line 441
16: Call to disconnect on line 152 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: disconnect line 153
16: drop line 439
16: drop line 442
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 443
16: drop line 442
16: drop line 449
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_local_tx on line 358 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_local_tx line 359
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: _get_local_tx line 360
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_local_tx line 362
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: drop line 450
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 1066
16: commit line 1071
16: commit line 1086
16: commit line 1089
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: commit line 1090
16: _ns_add_ifc line 47
16: _ns_add_ifc line 54
16: Call to __init__ on line 24 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: __init__ line 25
16: __init__ line 26
16: Call to __init__ on line 279 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 296
16: __init__ line 297
16: __init__ line 302
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 303
16: __init__ line 304
16: __init__ line 305
16: __init__ line 306
16: __init__ line 307
16: __init__ line 308
16: __init__ line 309
16: __init__ line 310
16: __init__ line 311
16: __init__ line 312
16: __init__ line 313
16: __init__ line 314
16: __init__ line 315
16: __init__ line 316
16: __init__ line 317
16: __init__ line 318
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 319
16: Call to __init__ on line 253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 254
16: __init__ line 255
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 320
16: __init__ line 321
16: __init__ line 322
16: Call to __init__ on line 26 of /usr/lib/python2.7/Queue.py
16: __init__ line 27
16: __init__ line 28
16: Call to _init on line 197 of /usr/lib/python2.7/Queue.py
16: _init line 198
16: __init__ line 33
16: __init__ line 36
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 39
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 42
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 43
16: __init__ line 323
16: __init__ line 324
16: __init__ line 325
16: __init__ line 326
16: __init__ line 327
16: __init__ line 328
16: __init__ line 329
16: __init__ line 330
16: __init__ line 331
16: __init__ line 337
16: __init__ line 338
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 341
16: Call to post_init on line 887 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: post_init line 889
16: Call to __enter__ on line 257 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 258
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: post_init line 890
16: post_init line 892
16: post_init line 893
16: post_init line 894
16: post_init line 895
16: Call to __init__ on line 189 of /usr/lib/python2.7/socket.py
16: __init__ line 190
16: __init__ line 191
16: __init__ line 192
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: __init__ line 194
16: __init__ line 193
16: post_init line 896
16: post_init line 899
16: post_init line 906
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 907
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 916
16: Call to meth on line 227 of /usr/lib/python2.7/socket.py
16: meth line 228
16: post_init line 908
16: Call to __exit__ on line 260 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 261
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 27
16: Call to __init__ on line 134 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 135
16: __init__ line 138
16: __init__ line 139
16: __init__ line 28
16: __init__ line 29
16: Call to __init__ on line 372 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 377
16: __init__ line 378
16: __init__ line 379
16: __init__ line 380
16: __init__ line 381
16: __init__ line 382
16: __init__ line 384
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 386
16: __init__ line 387
16: __init__ line 385
16: __init__ line 388
16: __init__ line 390
16: __init__ line 392
16: __init__ line 393
16: __init__ line 394
16: __init__ line 395
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 30
16: Call to __init__ on line 136 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 137
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 138
16: Call to __setattr__ on line 158 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 159
16: __setattr__ line 160
16: __init__ line 31
16: Call to __init__ on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: __init__ line 27
16: __init__ line 28
16: __init__ line 29
16: __init__ line 30
16: __init__ line 32
16: __init__ line 33
16: __init__ line 34
16: _ns_add_ifc line 55
16: Call to link_lookup on line 565 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link_lookup line 579
16: link_lookup line 580
16: link_lookup line 582
16: link_lookup line 583
16: link_lookup line 584
16: link_lookup line 586
16: link_lookup line 587
16: Call to get_links on line 368 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_links line 383
16: get_links line 384
16: get_links line 385
16: get_links line 388
16: get_links line 389
16: get_links line 393
16: get_links line 394
16: get_links line 395
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1250
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1385
16: decode_nlas line 1386
16: decode_nlas line 1387
16: decode_nlas line 1388
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1371
16: decode_nlas line 1372
16: decode_nlas line 1373
16: Call to af_spec on line 614 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: af_spec line 616
16: af_spec line 617
16: af_spec line 618
16: af_spec line 619
16: af_spec line 620
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1385
16: decode_nlas line 1386
16: decode_nlas line 1387
16: decode_nlas line 1388
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1371
16: decode_nlas line 1372
16: decode_nlas line 1373
16: Call to af_spec on line 614 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: af_spec line 616
16: af_spec line 617
16: af_spec line 618
16: af_spec line 619
16: af_spec line 620
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1312
16: Call to _match on line 288 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: _match line 290
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 312
16: get_links line 393
16: get_links line 396
16: link_lookup line 587
16: link_lookup line 587
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: link_lookup line 587
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: link_lookup line 588
16: link_lookup line 587
16: _ns_add_ifc line 56
16: Call to close on line 985 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: close line 989
16: Call to __enter__ on line 257 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 258
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: close line 990
16: close line 992
16: Call to __exit__ on line 260 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 261
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: close line 994
16: close line 997
16: Call to close on line 346 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: close line 347
16: close line 348
16: close line 349
16: close line 1000
16: Call to close on line 196 of /usr/lib/python2.7/socket.py
16: close line 199
16: close line 200
16: close line 201
16: close line 202
16: close line 201
16: close line 202
16: close line 201
16: close line 202
16: close line 201
16: close line 202
16: close line 201
16: close line 202
16: close line 201
16: close line 202
16: close line 201
16: _ns_add_ifc line 57
16: _ns_add_ifc line 58
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _ns_add_ifc line 59
16: Call to create on line 1078 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: create line 1079
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 895
16: __getattribute__ line 896
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1141 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 1143
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 1144
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 83
16: __init__ line 84
16: __init__ line 85
16: __init__ line 86
16: __init__ line 87
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 86
16: __init__ line 88
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __init__ line 83
16: __init__ line 84
16: __init__ line 85
16: __init__ line 86
16: __init__ line 87
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 86
16: __init__ line 88
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1334 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1335
16: __init__ line 1336
16: __init__ line 1337
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 1392 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 1393
16: __init__ line 1394
16: __init__ line 1395
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 903
16: __getattribute__ line 904
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 905
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _register on line 1146 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1147
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_links on line 368 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_links line 383
16: get_links line 384
16: get_links line 385
16: get_links line 388
16: get_links line 389
16: get_links line 393
16: get_links line 394
16: get_links line 395
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1250
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1385
16: decode_nlas line 1386
16: decode_nlas line 1387
16: decode_nlas line 1388
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1371
16: decode_nlas line 1372
16: decode_nlas line 1373
16: Call to af_spec on line 614 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: af_spec line 616
16: af_spec line 617
16: af_spec line 618
16: af_spec line 619
16: af_spec line 620
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1385
16: decode_nlas line 1386
16: decode_nlas line 1387
16: decode_nlas line 1388
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1371
16: decode_nlas line 1372
16: decode_nlas line 1373
16: Call to af_spec on line 614 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: af_spec line 616
16: af_spec line 617
16: af_spec line 618
16: af_spec line 619
16: af_spec line 620
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1312
16: Call to _match on line 288 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: _match line 290
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 312
16: get_links line 393
16: get_links line 396
16: _register line 1149
16: _register line 1150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1278
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1281
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1300
16: Call to strip on line 723 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: strip line 730
16: strip line 731
16: Call to _strip_one on line 717 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 721
16: strip line 735
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 421 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: decode line 422
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1814
16: decode line 423
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1149
16: _register line 1150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1251
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1278
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1281
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1300
16: Call to strip on line 723 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: strip line 730
16: strip line 731
16: Call to _strip_one on line 717 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 719
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: _strip_one line 718
16: _strip_one line 721
16: strip line 735
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 421 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: decode line 422
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1814
16: decode line 423
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1778 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1779
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_zstring on line 1171 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_zstring line 1173
16: _ft_decode_zstring line 1174
16: _ft_decode_zstring line 1175
16: decode line 943
16: decode line 945
16: decode line 1780
16: decode line 1781
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1149
16: _register line 1151
16: _register line 1152
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1252
16: _new line 1271
16: _new line 1272
16: _new line 1275
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1151
16: _register line 1152
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _new on line 1231 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1233
16: _new line 1234
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1235
16: _new line 1236
16: _new line 1247
16: _new line 1252
16: _new line 1271
16: _new line 1272
16: _new line 1275
16: _new line 1277
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1280
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _new line 1284
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _new line 1285
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1287
16: _new line 1296
16: _new line 1299
16: _new line 1302
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 262 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load_netlink line 271
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 272
16: load_netlink line 276
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 286
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 285
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 298
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 287
16: load_netlink line 296
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 297
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 287
16: load_netlink line 300
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 301
16: load_netlink line 319
16: load_netlink line 339
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 340
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 341
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 344
16: load_netlink line 345
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: load_netlink line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 352
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _new line 1303
16: _new line 1304
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: _new line 1305
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1151
16: _register line 1154
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_vlans on line 351 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_vlans line 365
16: get_vlans line 366
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1252
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 535
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1314
16: _register line 1155
16: __getattribute__ line 906
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 906
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 906
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 1339 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1340
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_addr on line 442 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_addr line 469
16: get_addr line 470
16: get_addr line 471
16: Call to addr on line 1316 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: addr line 1366
16: addr line 1367
16: addr line 1368
16: addr line 1369
16: addr line 1370
16: addr line 1371
16: addr line 1374
16: addr line 1375
16: addr line 1376
16: addr line 1377
16: addr line 1381
16: addr line 1385
16: addr line 1394
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: addr line 1395
16: addr line 1396
16: addr line 1397
16: addr line 1398
16: addr line 1401
16: addr line 1407
16: addr line 1411
16: addr line 1416
16: addr line 1417
16: addr line 1418
16: addr line 1419
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: Call to <lambda> on line 1419 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: <lambda> line 1419
16: <lambda> line 1420
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: Call to <lambda> on line 1419 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: <lambda> line 1419
16: <lambda> line 1420
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: Call to <lambda> on line 1419 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: <lambda> line 1419
16: <lambda> line 1420
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: Call to <lambda> on line 1419 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: <lambda> line 1419
16: <lambda> line 1420
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: addr line 1421
16: addr line 1424
16: _register line 1341
16: Call to _new on line 1355 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1356
16: _new line 1357
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1362
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1363
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1364
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1365
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1366
16: _new line 1367
16: _new line 1368
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: decode line 1814
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1369
16: _new line 1370
16: _new line 1371
16: _new line 1372
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1340
16: _register line 1341
16: Call to _new on line 1355 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1356
16: _new line 1357
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1362
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1363
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1364
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1365
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1366
16: _new line 1367
16: _new line 1368
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: decode line 1814
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1369
16: _new line 1370
16: _new line 1371
16: _new line 1372
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1340
16: _register line 1341
16: Call to _new on line 1355 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1356
16: _new line 1358
16: _new line 1359
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1603
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1362
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1363
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1364
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1365
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1366
16: _new line 1367
16: _new line 1368
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: decode line 1814
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1369
16: _new line 1370
16: _new line 1371
16: _new line 1372
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1340
16: _register line 1341
16: Call to _new on line 1355 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1356
16: _new line 1358
16: _new line 1359
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1603
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1362
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1363
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: _new line 1364
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1365
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1366
16: _new line 1367
16: _new line 1368
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1812 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1813
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: decode line 1814
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1369
16: _new line 1370
16: _new line 1371
16: _new line 1372
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1340
16: __getattribute__ line 906
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 1397 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _register line 1398
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_neighbours on line 406 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_neighbours line 432
16: Call to neigh on line 941 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: neigh line 974
16: neigh line 977
16: neigh line 979
16: neigh line 980
16: neigh line 981
16: neigh line 982
16: neigh line 983
16: neigh line 984
16: neigh line 986
16: neigh line 987
16: neigh line 988
16: neigh line 989
16: neigh line 990
16: neigh line 991
16: neigh line 992
16: neigh line 993
16: neigh line 994
16: neigh line 996
16: neigh line 997
16: neigh line 999
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1001
16: neigh line 1000
16: neigh line 1002
16: neigh line 1003
16: neigh line 1005
16: neigh line 1008
16: neigh line 1013
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1219
16: _ft_decode_generic line 1220
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1227
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: neigh line 1014
16: neigh line 1015
16: Call to _match on line 288 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: _match line 290
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 292
16: _match line 295
16: _match line 296
16: _match line 297
16: _match line 310
16: _match line 311
16: _match line 291
16: _match line 312
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: _register line 1399
16: Call to _new on line 1401 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: _new line 1402
16: _new line 1405
16: _new line 1406
16: _new line 1407
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1599 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1600
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1602
16: decode line 1605
16: decode line 1606
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: _new line 1408
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1697 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1698
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: decode line 1699
16: decode line 1700
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: Call to <genexpr> on line 1699 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1699
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: Call to add on line 93 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: add line 106
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 107
16: add line 109
16: add line 110
16: Call to __setitem__ on line 71 of /usr/lib/python2.7/collections.py
16: __setitem__ line 75
16: __setitem__ line 76
16: __setitem__ line 77
16: __setitem__ line 78
16: __setitem__ line 79
16: add line 111
16: add line 112
16: add line 114
16: Call to check_target on line 82 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: check_target line 88
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: check_target line 89
16: check_target line 90
16: Call to _check_default_target on line 28 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: _check_default_target line 29
16: _check_default_target line 34
16: check_target line 89
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _register line 1398
16: __getattribute__ line 906
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 908
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 909
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 910
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 907
16: __getattribute__ line 903
16: __getattribute__ line 911
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to add on line 1158 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: add line 1162
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: add line 1164
16: add line 1177
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: add line 1178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1180
16: add line 1182
16: add line 1180
16: add line 1188
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: add line 1189
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: add line 1190
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1191
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1192
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1193
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1195
16: add line 1201
16: add line 1202
16: add line 1203
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1201
16: add line 1202
16: add line 1201
16: add line 1202
16: add line 1201
16: add line 1202
16: add line 1201
16: add line 1202
16: add line 1201
16: add line 1202
16: add line 1201
16: add line 1202
16: add line 1201
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1204
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to begin on line 368 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: begin line 372
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: begin line 375
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _begin on line 377 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _begin line 378
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: _begin line 380
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to pick on line 163 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: pick line 174
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: pick line 175
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 176
16: pick line 177
16: pick line 178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 183
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 186
16: Call to connect on line 143 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: connect line 148
16: connect line 150
16: pick line 183
16: pick line 187
16: pick line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 381
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_local_tx on line 358 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_local_tx line 359
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: _get_local_tx line 360
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_local_tx line 361
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_local_tx line 362
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 382
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 383
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 351
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 384
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: Call to _set_current_tx on line 341 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _set_current_tx line 342
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: _set_current_tx line 343
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: _begin line 385
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 386
16: _begin line 385
16: _begin line 391
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: add line 1205
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: load line 224
16: load line 250
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: add line 1206
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to commit on line 508 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: commit line 519
16: commit line 522
16: commit line 523
16: commit line 524
16: commit line 525
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: commit line 526
16: commit line 528
16: commit line 529
16: commit line 530
16: commit line 531
16: commit line 533
16: commit line 536
16: commit line 539
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to _get_current_tx on line 345 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: _get_current_tx line 349
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: _get_current_tx line 350
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: _get_current_tx line 352
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 541
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 544
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: commit line 546
16: commit line 549
16: commit line 554
16: commit line 555
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to set_target on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: set_target line 515
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: set_target line 516
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: set_target line 517
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: set_target line 518
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: set_target line 520
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 556
16: commit line 559
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: commit line 566
16: commit line 571
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to pick on line 163 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: pick line 174
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: pick line 175
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 176
16: pick line 177
16: pick line 178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 183
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 187
16: pick line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 572
16: commit line 573
16: commit line 574
16: commit line 577
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: <lambda> line 575
16: <lambda> line 576
16: Call to <lambda> on line 574 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <lambda> line 574
16: Call to <dictcomp> on line 573 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: <dictcomp> line 573
16: commit line 578
16: commit line 579
16: commit line 580
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: commit line 581
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __setitem__ line 476
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __setitem__ line 475
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 582
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 578
16: commit line 579
16: commit line 580
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: commit line 581
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __setitem__ line 476
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __setitem__ line 475
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 582
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 578
16: commit line 583
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to link on line 1019 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: link line 1249
16: link line 1252
16: link line 1254
16: link line 1259
16: link line 1260
16: link line 1261
16: link line 1262
16: link line 1263
16: link line 1264
16: link line 1265
16: link line 1266
16: link line 1267
16: link line 1268
16: link line 1270
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: link line 1279
16: link line 1280
16: link line 1281
16: link line 1283
16: link line 1285
16: link line 1287
16: link line 1290
16: link line 1296
16: link line 1297
16: link line 1300
16: Call to __init__ on line 426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 427
16: __init__ line 428
16: __init__ line 429
16: __init__ line 430
16: __init__ line 431
16: __init__ line 432
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 537
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 537
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 537
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 537
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 534
16: __setitem__ line 537
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 531
16: __setitem__ line 532
16: Call to flush_deferred on line 444 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: flush_deferred line 446
16: flush_deferred line 447
16: flush_deferred line 448
16: flush_deferred line 449
16: flush_deferred line 451
16: flush_deferred line 452
16: flush_deferred line 453
16: flush_deferred line 454
16: flush_deferred line 455
16: flush_deferred line 456
16: flush_deferred line 454
16: flush_deferred line 455
16: flush_deferred line 456
16: flush_deferred line 454
16: flush_deferred line 459
16: flush_deferred line 460
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: flush_deferred line 461
16: flush_deferred line 459
16: flush_deferred line 460
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: flush_deferred line 461
16: flush_deferred line 459
16: flush_deferred line 460
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 494
16: set_specific line 499
16: set_specific line 500
16: set_specific line 501
16: Call to info_data on line 436 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: info_data line 438
16: info_data line 439
16: info_data line 440
16: info_data line 441
16: info_data line 442
16: set_specific line 502
16: flush_deferred line 459
16: flush_deferred line 460
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: flush_deferred line 461
16: flush_deferred line 459
16: flush_deferred line 460
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: flush_deferred line 461
16: flush_deferred line 459
16: flush_deferred line 463
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 539
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: __setitem__ line 540
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 40
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 539
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: __setitem__ line 540
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: __init__ line 433
16: __init__ line 434
16: Call to __setitem__ on line 514 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 516
16: __setitem__ line 520
16: __setitem__ line 524
16: __setitem__ line 525
16: __setitem__ line 530
16: __setitem__ line 533
16: __setitem__ line 539
16: Call to set_specific on line 465 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: set_specific line 467
16: set_specific line 489
16: set_specific line 492
16: set_specific line 503
16: set_specific line 512
16: __setitem__ line 540
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1304
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: link line 1305
16: link line 1306
16: link line 1303
16: link line 1308
16: link line 1309
16: link line 1310
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: setvalue line 1049
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: setvalue line 1049
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: setvalue line 1049
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 1773 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 1774
16: encode line 1776
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 991
16: encode line 992
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1325
16: Call to info_data on line 475 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: info_data line 483
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: info_data line 484
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: setvalue line 1049
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: setvalue line 1049
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1325
16: Call to info_peer on line 490 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: info_peer line 492
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 653
16: Call to compile_nla on line 1253 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_nla line 1255
16: compile_nla line 1256
16: compile_nla line 1259
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1261
16: compile_nla line 1262
16: compile_nla line 1263
16: compile_nla line 1264
16: compile_nla line 1260
16: compile_nla line 1267
16: compile_nla line 1269
16: compile_nla line 1273
16: compile_nla line 1274
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: <genexpr> line 1269
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1274
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1280
16: compile_nla line 1284
16: compile_nla line 1286
16: compile_nla line 1287
16: compile_nla line 1288
16: compile_nla line 1292
16: compile_nla line 1294
16: compile_nla line 1297
16: compile_nla line 1299
16: compile_nla line 1300
16: compile_nla line 1301
16: compile_nla line 1302
16: compile_nla line 1303
16: compile_nla line 1304
16: compile_nla line 1305
16: compile_nla line 1278
16: compile_nla line 1307
16: compile_nla line 1308
16: compile_nla line 1309
16: Call to <genexpr> on line 1269 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 655
16: __init__ line 658
16: Call to compile_ft on line 1241 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: compile_ft line 1243
16: compile_ft line 1245
16: compile_ft line 1247
16: compile_ft line 1250
16: compile_ft line 1251
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1046
16: setvalue line 1047
16: setvalue line 1048
16: setvalue line 1049
16: setvalue line 1050
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: setvalue line 1051
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: setvalue line 1052
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: setvalue line 1049
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 373 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/__init__.py
16: encode line 375
16: encode line 377
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1011
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 1773 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 1774
16: encode line 1776
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 991
16: encode line 992
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1320
16: encode_nlas line 1321
16: encode_nlas line 1323
16: encode_nlas line 1327
16: encode_nlas line 1328
16: encode_nlas line 1329
16: encode_nlas line 1330
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: encode_nlas line 1331
16: encode_nlas line 1332
16: encode_nlas line 1334
16: encode_nlas line 1335
16: encode_nlas line 1336
16: Call to setvalue on line 1044 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: setvalue line 1045
16: setvalue line 1054
16: setvalue line 1055
16: setvalue line 1058
16: setvalue line 1059
16: setvalue line 1060
16: encode_nlas line 1337
16: encode_nlas line 1338
16: Call to encode on line 1773 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 1774
16: encode line 1776
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 991
16: encode line 992
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode_nlas line 1342
16: encode_nlas line 1343
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: encode_nlas line 1344
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1318
16: encode_nlas line 1319
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 39
16: handle line 40
16: handle line 41
16: Call to proxy_newlink on line 145 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/ifinfmsg/proxy.py
16: proxy_newlink line 146
16: proxy_newlink line 149
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: proxy_newlink line 150
16: proxy_newlink line 151
16: proxy_newlink line 152
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: proxy_newlink line 151
16: proxy_newlink line 152
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: proxy_newlink line 151
16: proxy_newlink line 153
16: proxy_newlink line 154
16: proxy_newlink line 156
16: proxy_newlink line 158
16: proxy_newlink line 161
16: proxy_newlink line 162
16: handle line 42
16: handle line 57
16: _gate line 56
16: _gate line 57
16: _gate line 58
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 163
16: parse line 164
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 665
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: link line 1311
16: link line 1314
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 626
16: commit line 636
16: commit line 639
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to wait_target on line 509 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: wait_target line 510
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to wait on line 597 of /usr/lib/python2.7/threading.py
16: wait line 612
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: wait line 613
16: wait line 614
16: Call to wait on line 309 of /usr/lib/python2.7/threading.py
16: wait line 332
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: wait line 334
16: wait line 335
16: wait line 336
16: wait line 337
16: Call to _release_save on line 294 of /usr/lib/python2.7/threading.py
16: _release_save line 295
16: wait line 338
16: wait line 339
16: wait line 349
16: wait line 350
16: wait line 351
16: wait line 352
16: wait line 353
16: wait line 355
16: wait line 356
16: wait line 358
16: wait line 359
16: wait line 351
16: wait line 352
16: wait line 353
16: wait line 355
16: wait line 356
16: wait line 358
16: wait line 359
16: wait line 351
16: wait line 352
16: wait line 353
16: wait line 355
16: wait line 356
16: wait line 358
16: wait line 359
16: wait line 351
16: wait line 352
16: wait line 353
16: wait line 354
16: wait line 360
16: wait line 369
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: wait line 371
16: Call to _acquire_restore on line 297 of /usr/lib/python2.7/threading.py
16: _acquire_restore line 298
16: wait line 615
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: wait_target line 511
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: wait_target line 512
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to isSet on line 570 of /usr/lib/python2.7/threading.py
16: isSet line 572
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: commit line 662
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to pick on line 163 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: pick line 174
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: pick line 175
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 176
16: pick line 177
16: pick line 178
16: Call to __init__ on line 122 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/interfaces.py
16: __init__ line 128
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 139
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 140
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 141
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 142
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 143
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 144
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 145
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 146
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 147
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 148
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 149
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 150
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 151
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 152
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 153
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 156
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 158
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 157
16: __init__ line 159
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 160
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 161
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __init__ line 162
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 181
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 182
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 180
16: pick line 179
16: pick line 183
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 184
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 48
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: decorated line 49
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: pick line 185
16: pick line 183
16: pick line 187
16: pick line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: commit line 665
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 895
16: __getattribute__ line 896
16: __getattribute__ line 897
16: __getattribute__ line 898
16: Call to __init__ on line 967 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 968
16: __init__ line 969
16: __init__ line 970
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __init__ line 971
16: Call to __init__ on line 787 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 788
16: __init__ line 789
16: __init__ line 790
16: __init__ line 791
16: __init__ line 972
16: __init__ line 973
16: __init__ line 974
16: __init__ line 975
16: __getattribute__ line 899
16: __getattribute__ line 900
16: __getattribute__ line 901
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: __getattribute__ line 902
16: __getattribute__ line 897
16: __getattribute__ line 903
16: __getattribute__ line 904
16: __getattribute__ line 905
16: Call to _register on line 977 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: _register line 978
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 607
16: make_key line 610
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 908
16: decode line 909
16: decode line 910
16: decode line 911
16: decode line 912
16: decode line 913
16: decode line 914
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 322
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 607
16: make_key line 610
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 322
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1076
16: load_netlink line 1079
16: Call to __init__ on line 787 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 788
16: __init__ line 789
16: __init__ line 790
16: __init__ line 791
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 979
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 978
16: _register line 980
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: _register line 981
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 614
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 273
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1711 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1712
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1713
16: Call to hexdump on line 291 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: hexdump line 295
16: hexdump line 299
16: hexdump line 300
16: Call to <genexpr> on line 299 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: <genexpr> line 300
16: Call to <genexpr> on line 300 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 624
16: make_key line 625
16: make_key line 626
16: make_key line 627
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 633
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 980
16: _register line 981
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 614
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 273
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1711 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1712
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1713
16: Call to hexdump on line 291 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: hexdump line 295
16: hexdump line 299
16: hexdump line 300
16: Call to <genexpr> on line 299 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: <genexpr> line 300
16: Call to <genexpr> on line 300 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 624
16: make_key line 625
16: make_key line 626
16: make_key line 627
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 633
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 980
16: _register line 981
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 614
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 273
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1711 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1712
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1713
16: Call to hexdump on line 291 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: hexdump line 295
16: hexdump line 299
16: hexdump line 300
16: Call to <genexpr> on line 299 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: <genexpr> line 300
16: Call to <genexpr> on line 300 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 624
16: make_key line 625
16: make_key line 626
16: make_key line 627
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 633
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 980
16: _register line 981
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 614
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 273
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1711 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1712
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1713
16: Call to hexdump on line 291 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: hexdump line 295
16: hexdump line 299
16: hexdump line 300
16: Call to <genexpr> on line 299 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: <genexpr> line 300
16: Call to <genexpr> on line 300 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 624
16: make_key line 625
16: make_key line 626
16: make_key line 627
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 633
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 980
16: _register line 981
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 614
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 911
16: __setitem__ line 912
16: Call to __init__ on line 210 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 211
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 97
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 98
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 107
16: __init__ line 108
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 212
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: __init__ line 213
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 913
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 673
16: __setitem__ line 674
16: __setitem__ line 683
16: Call to __init__ on line 51 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __init__ line 52
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/linkedset.py
16: __init__ line 26
16: __init__ line 28
16: __init__ line 35
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __init__ line 36
16: Call to Event on line 542 of /usr/lib/python2.7/threading.py
16: Event line 550
16: Call to __init__ on line 561 of /usr/lib/python2.7/threading.py
16: __init__ line 562
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 563
16: Call to Condition on line 242 of /usr/lib/python2.7/threading.py
16: Condition line 253
16: Call to __init__ on line 260 of /usr/lib/python2.7/threading.py
16: __init__ line 261
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 262
16: __init__ line 264
16: __init__ line 266
16: __init__ line 267
16: __init__ line 271
16: __init__ line 272
16: __init__ line 273
16: __init__ line 274
16: __init__ line 275
16: __init__ line 276
16: __init__ line 277
16: __init__ line 278
16: __init__ line 279
16: __init__ line 280
16: __init__ line 281
16: __init__ line 282
16: __init__ line 283
16: __init__ line 564
16: __init__ line 37
16: __init__ line 38
16: __init__ line 39
16: Call to __init__ on line 50 of /usr/lib/python2.7/collections.py
16: __init__ line 56
16: __init__ line 59
16: __init__ line 60
16: __init__ line 61
16: __init__ line 63
16: __init__ line 64
16: __init__ line 65
16: __init__ line 66
16: __init__ line 67
16: __init__ line 68
16: __init__ line 69
16: Call to __subclasscheck__ on line 148 of /usr/lib/python2.7/abc.py
16: __subclasscheck__ line 151
16: Call to __contains__ on line 70 of /usr/lib/python2.7/_weakrefset.py
16: __contains__ line 71
16: __contains__ line 72
16: __contains__ line 75
16: __subclasscheck__ line 152
16: Call to update on line 548 of /usr/lib/python2.7/_abcoll.py
16: update line 554
16: update line 557
16: update line 558
16: update line 559
16: update line 562
16: update line 573
16: __init__ line 40
16: __init__ line 41
16: __init__ line 53
16: __init__ line 54
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 684
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 273
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1711 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1712
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1713
16: Call to hexdump on line 291 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: hexdump line 295
16: hexdump line 299
16: hexdump line 300
16: Call to <genexpr> on line 299 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: <genexpr> line 300
16: Call to <genexpr> on line 300 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: <genexpr> line 299
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 654
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 696
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __getitem__ line 697
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 653
16: __setitem__ line 655
16: __setitem__ line 656
16: Call to __init__ on line 94 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 96
16: __init__ line 100
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 101
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 103
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 104
16: __init__ line 105
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 106
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 112
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 113
16: Call to uuid32 on line 527 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: uuid32 line 534
16: uuid32 line 535
16: uuid32 line 536
16: Call to _fnv1_python2 on line 483 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: _fnv1_python2 line 495
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 497
16: _fnv1_python2 line 498
16: _fnv1_python2 line 496
16: _fnv1_python2 line 499
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 114
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 115
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 116
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 117
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 118
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 119
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 120
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 121
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 122
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 123
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __init__ on line 18 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __init__ line 19
16: __init__ line 20
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 124
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __setattr__ on line 204 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __setattr__ line 205
16: __setattr__ line 208
16: __init__ line 126
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __init__ line 127
16: __init__ line 126
16: __setitem__ line 658
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: acquire line 24
16: __enter__ line 37
16: __setitem__ line 659
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 661
16: __setitem__ line 671
16: __getitem__ line 698
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 624
16: make_key line 625
16: make_key line 626
16: make_key line 627
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 633
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 925
16: __setitem__ line 926
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 980
16: _register line 982
16: Call to __getattribute__ on line 892 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/main.py
16: __getattribute__ line 893
16: __getattribute__ line 894
16: __getattribute__ line 911
16: Call to get_routes on line 487 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: get_routes line 501
16: get_routes line 502
16: get_routes line 503
16: get_routes line 506
16: get_routes line 513
16: get_routes line 514
16: Call to route on line 1550 of /usr/local/lib/python2.7/dist-packages/pyroute2/iproute.py
16: route line 1677
16: route line 1678
16: route line 1679
16: route line 1680
16: route line 1681
16: route line 1685
16: route line 1688
16: Call to __init__ on line 25 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __init__ line 26
16: __init__ line 27
16: __init__ line 28
16: Call to update on line 30 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: update line 31
16: update line 32
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 222
16: __setitem__ line 223
16: __setitem__ line 224
16: __setitem__ line 225
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 39
16: update line 33
16: update line 34
16: update line 36
16: update line 37
16: update line 38
16: Call to <genexpr> on line 38 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: <genexpr> line 38
16: Call to __setitem__ on line 213 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/req.py
16: __setitem__ line 215
16: __setitem__ line 218
16: __setitem__ line 221
16: __setitem__ line 226
16: __setitem__ line 228
16: __setitem__ line 247
16: __setitem__ line 249
16: __setitem__ line 253
16: __setitem__ line 304
16: __setitem__ line 311
16: __setitem__ line 321
16: __setitem__ line 353
16: update line 33
16: update line 34
16: update line 35
16: update line 33
16: route line 1689
16: route line 1692
16: route line 1693
16: route line 1695
16: route line 1696
16: route line 1697
16: route line 1698
16: route line 1699
16: route line 1700
16: route line 1701
16: route line 1702
16: route line 1703
16: route line 1704
16: route line 1705
16: route line 1706
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: route line 1711
16: route line 1712
16: route line 1713
16: route line 1714
16: route line 1715
16: route line 1716
16: route line 1717
16: route line 1718
16: route line 1719
16: route line 1720
16: route line 1721
16: route line 1723
16: route line 1724
16: route line 1725
16: route line 1726
16: route line 1724
16: route line 1728
16: route line 1747
16: route line 1748
16: route line 1749
16: route line 1750
16: Call to nlm_request on line 790 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: nlm_request line 797
16: nlm_request line 823
16: nlm_request line 824
16: nlm_request line 825
16: Call to do_try on line 797 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: do_try line 798
16: Call to alloc on line 397 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: alloc line 398
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 401
16: alloc line 405
16: alloc line 400
16: alloc line 408
16: alloc line 409
16: alloc line 410
16: alloc line 412
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 417
16: alloc line 413
16: alloc line 414
16: alloc line 415
16: alloc line 416
16: alloc line 418
16: alloc line 420
16: alloc line 423
16: alloc line 425
16: alloc line 426
16: alloc line 428
16: alloc line 429
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 799
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 267
16: Call to __init__ on line 222 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __init__ line 223
16: __init__ line 224
16: __init__ line 225
16: __init__ line 226
16: __init__ line 227
16: Call to RLock on line 114 of /usr/lib/python2.7/threading.py
16: RLock line 123
16: Call to __init__ on line 132 of /usr/lib/python2.7/threading.py
16: __init__ line 133
16: Call to __init__ on line 59 of /usr/lib/python2.7/threading.py
16: __init__ line 60
16: __init__ line 61
16: __init__ line 62
16: __init__ line 134
16: __init__ line 135
16: __init__ line 136
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: do_try line 800
16: do_try line 801
16: Call to put on line 518 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: put line 547
16: put line 548
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: put line 549
16: put line 550
16: put line 551
16: put line 552
16: put line 555
16: put line 556
16: put line 557
16: put line 558
16: put line 559
16: put line 560
16: put line 561
16: Call to _gate on line 52 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/iprsocket.py
16: _gate line 53
16: Call to reset on line 685 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: reset line 686
16: reset line 687
16: reset line 688
16: _gate line 54
16: Call to encode on line 411 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 412
16: encode line 414
16: encode line 415
16: encode line 416
16: encode line 418
16: encode line 425
16: Call to encode on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/rtmsg.py
16: encode line 33
16: encode line 35
16: Call to encode on line 947 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode line 963
16: encode line 964
16: encode line 966
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 967
16: encode line 968
16: encode line 969
16: encode line 972
16: encode line 983
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1169
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 985
16: encode line 987
16: encode line 990
16: encode line 994
16: encode line 995
16: encode line 997
16: encode line 1000
16: encode line 1005
16: encode line 1006
16: encode line 1009
16: encode line 1010
16: encode line 1012
16: encode line 1015
16: encode line 1023
16: encode line 984
16: encode line 1025
16: encode line 1026
16: encode line 1027
16: encode line 1029
16: encode line 1030
16: Call to encode_nlas on line 1311 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: encode_nlas line 1316
16: encode_nlas line 1317
16: encode_nlas line 1345
16: encode line 1032
16: encode line 1034
16: encode line 1035
16: encode line 1036
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: encode line 1038
16: encode line 1039
16: encode line 1040
16: encode line 1041
16: encode line 1042
16: encode line 1037
16: _gate line 55
16: Call to handle on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/proxy.py
16: handle line 36
16: handle line 37
16: handle line 38
16: handle line 76
16: _gate line 56
16: _gate line 74
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: put line 565
16: put line 566
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 802
16: do_try line 803
16: do_try line 804
16: Call to get on line 571 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: get line 589
16: get line 591
16: Call to __getitem__ on line 263 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getitem__ line 264
16: __getitem__ line 266
16: __getitem__ line 268
16: Call to __enter__ on line 244 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __enter__ line 245
16: Call to acquire on line 229 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: acquire line 230
16: acquire line 231
16: acquire line 232
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: get line 592
16: get line 595
16: get line 599
16: get line 600
16: get line 601
16: get line 602
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1230
16: _ft_decode_generic line 1231
16: _ft_decode_generic line 1232
16: Call to decode_nlas on line 1347 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode_nlas line 1352
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: decode_nlas line 1354
16: decode_nlas line 1356
16: decode_nlas line 1357
16: decode_nlas line 1359
16: decode_nlas line 1361
16: decode_nlas line 1363
16: decode_nlas line 1365
16: decode_nlas line 1367
16: decode_nlas line 1369
16: decode_nlas line 1375
16: decode_nlas line 1376
16: decode_nlas line 1377
16: decode_nlas line 1378
16: decode_nlas line 1379
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 633
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 641
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: decode_nlas line 1380
16: decode_nlas line 1381
16: decode_nlas line 1382
16: decode_nlas line 1383
16: decode_nlas line 1390
16: Call to __init__ on line 1400 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 1401
16: decode_nlas line 1391
16: decode_nlas line 1353
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 654
16: get line 660
16: get line 661
16: get line 663
16: get line 669
16: get line 639
16: get line 675
16: get line 676
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 689
16: get line 690
16: get line 697
16: get line 703
16: get line 704
16: get line 705
16: Call to clear on line 587 of /usr/lib/python2.7/threading.py
16: clear line 594
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: clear line 595
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 711
16: Call to recv_ft on line 497 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: recv_ft line 498
16: Call to __getattr__ on line 911 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __getattr__ line 912
16: __getattr__ line 915
16: __getattr__ line 917
16: __getattr__ line 918
16: get line 713
16: get line 714
16: get line 715
16: Call to parse on line 141 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: parse line 149
16: parse line 150
16: parse line 153
16: parse line 155
16: parse line 156
16: parse line 158
16: parse line 159
16: parse line 160
16: parse line 161
16: parse line 162
16: parse line 167
16: parse line 168
16: Call to __init__ on line 624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __init__ line 631
16: __init__ line 632
16: __init__ line 634
16: __init__ line 635
16: __init__ line 636
16: __init__ line 637
16: __init__ line 638
16: __init__ line 643
16: __init__ line 644
16: __init__ line 645
16: __init__ line 646
16: __init__ line 647
16: __init__ line 648
16: __init__ line 649
16: __init__ line 650
16: __init__ line 652
16: __init__ line 655
16: __init__ line 656
16: __init__ line 659
16: __init__ line 660
16: __init__ line 662
16: __init__ line 663
16: parse line 170
16: parse line 171
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 920
16: decode line 921
16: decode line 922
16: decode line 923
16: decode line 919
16: decode line 926
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: _ft_decode_generic line 1239
16: decode line 943
16: decode line 945
16: parse line 172
16: parse line 174
16: parse line 180
16: parse line 192
16: parse line 193
16: parse line 194
16: parse line 195
16: Call to fix_message on line 46 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/rtnl/marshal.py
16: fix_message line 48
16: fix_message line 49
16: fix_message line 50
16: fix_message line 51
16: parse line 196
16: parse line 197
16: parse line 153
16: parse line 199
16: get line 718
16: get line 720
16: Call to qsize on line 86 of /usr/lib/python2.7/Queue.py
16: qsize line 88
16: qsize line 89
16: Call to _qsize on line 200 of /usr/lib/python2.7/Queue.py
16: _qsize line 201
16: qsize line 90
16: qsize line 91
16: get line 721
16: get line 722
16: get line 733
16: get line 736
16: get line 737
16: get line 738
16: get line 739
16: get line 748
16: get line 766
16: get line 737
16: get line 769
16: Call to set on line 576 of /usr/lib/python2.7/threading.py
16: set line 583
16: Call to __enter__ on line 285 of /usr/lib/python2.7/threading.py
16: __enter__ line 286
16: set line 584
16: set line 585
16: Call to notifyAll on line 400 of /usr/lib/python2.7/threading.py
16: notifyAll line 407
16: Call to notify on line 373 of /usr/lib/python2.7/threading.py
16: notify line 383
16: Call to _is_owned on line 300 of /usr/lib/python2.7/threading.py
16: _is_owned line 303
16: _is_owned line 307
16: notify line 385
16: notify line 386
16: notify line 387
16: notify line 389
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: notify line 390
16: Call to __exit__ on line 288 of /usr/lib/python2.7/threading.py
16: __exit__ line 289
16: get line 773
16: get line 603
16: get line 608
16: get line 609
16: get line 618
16: get line 627
16: get line 639
16: get line 642
16: get line 645
16: get line 653
16: get line 656
16: get line 660
16: get line 669
16: get line 670
16: get line 671
16: get line 672
16: get line 675
16: get line 676
16: get line 603
16: get line 785
16: get line 788
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: do_try line 805
16: do_try line 821
16: Call to free on line 468 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: free line 469
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: free line 470
16: free line 471
16: free line 472
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: Call to __exit__ on line 247 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: __exit__ line 248
16: Call to release on line 234 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/nlsocket.py
16: release line 235
16: release line 236
16: release line 237
16: release line 238
16: release line 239
16: release line 242
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: route line 1751
16: route line 1754
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 607
16: make_key line 610
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 322
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 607
16: make_key line 610
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 322
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 343
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 348
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 350
16: load_netlink line 351
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 356
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 358
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __delitem__ on line 481 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __delitem__ line 484
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __delitem__ line 487
16: __delitem__ line 492
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 356
16: load_netlink line 357
16: load_netlink line 356
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 923
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 618
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 622
16: make_key line 623
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: make_key line 634
16: make_key line 619
16: make_key line 620
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 621
16: make_key line 630
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: make_key line 634
16: make_key line 619
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 924
16: __setitem__ line 928
16: __setitem__ line 929
16: load line 905
16: load_netlink line 1081
16: Call to __getitem__ on line 933 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 934
16: __getitem__ line 935
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: _register line 982
16: _register line 983
16: Call to load_netlink on line 1039 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 1043
16: load_netlink line 1046
16: load_netlink line 1049
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 1051
16: load_netlink line 1054
16: load_netlink line 1055
16: load_netlink line 1060
16: load_netlink line 1075
16: load_netlink line 1080
16: Call to load on line 902 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load line 903
16: Call to make_key on line 596 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: make_key line 602
16: make_key line 603
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 607
16: make_key line 608
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 605
16: Call to name2nla on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: name2nla line 859
16: name2nla line 860
16: name2nla line 861
16: name2nla line 862
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: make_key line 606
16: make_key line 611
16: make_key line 615
16: make_key line 616
16: make_key line 617
16: make_key line 604
16: make_key line 637
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: load line 904
16: Call to __setitem__ on line 907 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 908
16: __setitem__ line 909
16: __setitem__ line 910
16: Call to describe on line 850 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: describe line 853
16: describe line 858
16: describe line 860
16: Call to __new__ on line 8 of <string>
16: __new__ line 10
16: __setitem__ line 915
16: __setitem__ line 916
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to load_netlink on line 252 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: load_netlink line 253
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 254
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 258
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 260
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 259
16: load_netlink line 263
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __iter__ on line 80 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __iter__ line 81
16: __iter__ line 84
16: Call to NHIterator on line 81 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: NHIterator line 82
16: Call to values on line 121 of /usr/lib/python2.7/collections.py
16: values line 123
16: Call to __iter__ on line 90 of /usr/lib/python2.7/collections.py
16: __iter__ line 93
16: __iter__ line 94
16: __iter__ line 95
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 1658 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 1659
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_string on line 1177 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_string line 1179
16: _ft_decode_string line 1180
16: _ft_decode_string line 1181
16: decode line 943
16: decode line 945
16: decode line 1660
16: Call to get_family on line 1624 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_family line 1625
16: get_family line 1627
16: get_family line 1628
16: get_family line 1629
16: get_family line 1628
16: get_family line 1630
16: decode line 1661
16: decode line 1662
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 271
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to nla2name on line 839 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: nla2name line 848
16: load_netlink line 272
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: load_netlink line 274
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1407
16: Call to decode on line 864 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: decode line 881
16: decode line 885
16: decode line 905
16: decode line 906
16: decode line 907
16: decode line 916
16: decode line 917
16: decode line 928
16: decode line 941
16: Call to _ft_decode_generic on line 1208 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1218
16: _ft_decode_generic line 1222
16: _ft_decode_generic line 1223
16: _ft_decode_generic line 1224
16: _ft_decode_generic line 1225
16: _ft_decode_generic line 1211
16: _ft_decode_generic line 1229
16: _ft_decode_generic line 1237
16: _ft_decode_generic line 1238
16: decode line 943
16: decode line 945
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1165
16: getvalue line 1167
16: load_netlink line 276
16: load_netlink line 283
16: load_netlink line 294
16: load_netlink line 305
16: load_netlink line 308
16: load_netlink line 311
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 267
16: load_netlink line 313
16: load_netlink line 318
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 319
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1428
16: Call to get_value on line 1414 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_value line 1415
16: get_value line 1416
16: Call to try_to_decode on line 1403 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: try_to_decode line 1404
16: try_to_decode line 1405
16: try_to_decode line 1406
16: try_to_decode line 1408
16: get_value line 1417
16: Call to getvalue on line 1156 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: getvalue line 1161
16: getvalue line 1163
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1090
16: load_netlink line 320
16: load_netlink line 323
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 687
16: __setitem__ line 689
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 326
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: load_netlink line 332
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 333
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 672
16: __setitem__ line 685
16: __setitem__ line 686
16: __setitem__ line 691
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 334
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 335
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 671
16: Call to __exit__ on line 39 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __exit__ line 40
16: Call to release on line 26 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: release line 27
16: release line 29
16: release line 30
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 207
16: release line 208
16: release line 210
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: load_netlink line 338
16: Call to get_attr on line 1081 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attr line 1085
16: get_attr line 1086
16: Call to get_attrs on line 1094 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: Call to __getitem__ on line 1426 of /usr/local/lib/python2.7/dist-packages/pyroute2/netlink/__init__.py
16: __getitem__ line 1427
16: __getitem__ line 1429
16: __getitem__ line 1430
16: get_attrs line 1098
16: get_attr line 1089
16: get_attr line 1092
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: load_netlink line 339
16: Call to __getitem__ on line 693 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __getitem__ line 694
16: __getitem__ line 695
16: __getitem__ line 699
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __enter__ on line 35 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __enter__ line 36
16: Call to acquire on line 22 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: acquire line 23
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 174
16: acquire line 175
16: acquire line 176
16: acquire line 177
16: acquire line 179
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 183
16: acquire line 24
16: __enter__ line 37
16: load_netlink line 340
16: Call to __setitem__ on line 639 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/routes.py
16: __setitem__ line 640
16: __setitem__ line 641
16: __setitem__ line 643
16: __setitem__ line 648
16: __setitem__ line 651
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 475
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: __setitem__ line 669
16: __setitem__ line 670
16: Call to decorated on line 44 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: decorated line 46
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 50
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: decorated line 53
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: decorated line 54
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to is_set on line 32 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: is_set line 33
16: decorated line 55
16: decorated line 68
16: Call to __setitem__ on line 454 of /usr/local/lib/python2.7/dist-packages/pyroute2/ipdb/transactional.py
16: __setitem__ line 456
16: __setitem__ line 465
16: __setitem__ line 468
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to acquire on line 147 of /usr/lib/python2.7/threading.py
16: acquire line 168
16: acquire line 169
16: acquire line 170
16: acquire line 172
16: Call to _note on line 64 of /usr/lib/python2.7/threading.py
16: _note line 65
16: acquire line 173
16: __setitem__ line 469
16: Call to __getattribute__ on line 188 of /usr/local/lib/python2.7/dist-packages/pyroute2/common.py
16: __getattribute__ line 189
16: __getattribute__ line 190
16: Call to __exit__ on line 215 of /usr/lib/python2.7/threading.py
16: __exit__ line 216
16: Call to release on line 187 of /usr/lib/python2.7/threading.py
16: release line 203
16: release line 205
16: release line 206
16: release line 213
16: Call to _note on line 64 of /usr/l